o
    vh                     @   s   d d Z dS )c                 C   s*   | dv rdS | dkrdS | dkr|fS dS )a  
    Get required arguments for a groupby method.

    When parametrizing a test over groupby methods (e.g. "sum", "mean", "fillna"),
    it is often the case that arguments are required for certain methods.

    Parameters
    ----------
    name: str
        Name of the method.
    obj: Series or DataFrame
        pandas object that is being grouped.

    Returns
    -------
    A tuple of required arguments for the method.
    )nthfillnatake)    quantile)g      ?corrwith r   )nameobjr   r   [/var/www/html/hyperkenya/venv/lib/python3.10/site-packages/pandas/tests/groupby/__init__.pyget_groupby_method_args   s   r   N)r   r   r   r   r
   <module>   s    