
    bMh                         d dl Zd dlZd dlmZmZ  ej        ddg          d             Z ej        g d          d             Z ej        e	e
ej        eeg          d             ZdS )	    N)SeriesarrayF)paramsc                     | j         S )as  
    Valid values for the 'sort' parameter used in the Index
    setops methods (intersection, union, etc.)

    Caution:
        Don't confuse this one with the "sort" fixture used
        for DataFrame.append or concat. That one has
        parameters [True, False].

        We can't combine them as sort=True is not permitted
        in the Index setops methods.
    paramrequests    ]/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pandas/tests/indexes/conftest.pysortr   
   s     =    )
D3Dz-3Dh2hz-2hmin2minsz-3sc                     | j         S )z_
    Valid values for 'freq' parameter used to create date_range and
    timedelta_range..
    r   r	   s    r   freq_sampler      s     =r   c                     | j         S )zB
    Types that may be passed as the indexer to searchsorted.
    r   r	   s    r   listlike_boxr   $   s    
 =r   )numpynppytestpandasr   r   fixturer   r   listtupler    r   r   <module>r!      s                e}%%%  &%  VVVWWW  XW eRXuf=>>>  ?>  r   