a
    ±<b×  ã                   @   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	   úm/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/pandas/tests/indexes/conftest.pyÚsort
   s    r   )
ÚDZ3Dz-3DÚHZ2Hz-2HÚTZ2TÚ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   )ZnumpyÚnpZpytestZpandasr   r   Zfixturer   r   ÚlistÚtupler   r	   r	   r	   r
   Ú<module>   s   

