o
    _~#g                     @   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      | 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
   /var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/env/lib/python3.10/site-packages/pandas/tests/indexes/conftest.pysort
   s   r   )
D3Dz-3Dh2hz-2hmin2minsz-3sc                 C   r   )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   r   )zB
    Types that may be passed as the indexer to searchsorted.
    r   r   r
   r
   r   listlike_box$   s   r   )numpynppytestpandasr   r   fixturer   r   listtupler   r
   r
   r
   r   <module>   s    

