🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:44:21 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
_pytest
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/_pytest
🔄 Refresh
✏️
Editing: timing.py
Read Only
"""Indirection 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. """ from time import perf_counter from time import sleep from time import time __all__ = ["perf_counter", "sleep", "time"]
💾 Save Changes
❌ Cancel