a
    Pf                     @   st   d dl Zd dlZd dlmZmZ ejddgddd Zejg dddd	 Zeje	e
ejeegdd
d ZdS )    N)SeriesarrayF)paramsc                 C   s   | 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request r	   V/var/www/ai-form-bot/venv/lib/python3.9/site-packages/pandas/tests/indexes/conftest.pysort
   s    r   )
DZ3Dz-3DhZ2hz-2hminZ2minsz-3sc                 C   s   | j S )z_
    Valid values for 'freq' parameter used to create date_range and
    timedelta_range..
    r   r   r	   r	   r
   freq_sample   s    r   c                 C   s   | j S )zB
    Types that may be passed as the indexer to searchsorted.
    r   r   r	   r	   r
   listlike_box$   s    r   )numpynpZpytestZpandasr   r   Zfixturer   r   listtupler   r	   r	   r	   r
   <module>   s   

