
    V.j                    @    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__     PC:\xampp\htdocs\tradingbinance\backend\.venv\Lib\site-packages\_pytest/timing.py<module>r      s    #    ,r   