
    9[g                    @    d Z ddlmZ ddlmZ ddlmZ ddlmZ g dZy)zIndirection for time functions.

We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect
pytest runtime information (issue #185).

Fixture "mock_timing" also interacts with this module for pytest's own tests.
    )annotations)perf_counter)sleep)time)r   r   r   N)__doc__
__future__r   r   r   r   __all__     I/var/www/html/bid-api/venv/lib/python3.12/site-packages/_pytest/timing.py<module>r      s    #    ,r   