core/maxframe/dataframe/merge/merge.py [121:130]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def verify_params(
        self,
        hint_on_df: Union[DataFrame, Series],
        on: str,
        is_on_index: bool,
        how: str,
        is_hint_for_left: bool,
    ):
        if how in ("cross", "outer"):
            raise ValueError(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



core/maxframe/dataframe/merge/merge.py [198:207]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def verify_params(
        self,
        hint_on_df: Union[DataFrame, Series],
        on: str,
        is_on_index: bool,
        how: str,
        is_hint_for_left: bool,
    ):
        if how in ("cross", "outer"):
            raise ValueError(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



