// SYSTEM PANEL //
[ROOT]
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pyfakefs
/
pytest_tests
[ PARENT ]
EDIT :: local_import.py
def load(path: str) -> str: from pyfakefs.pytest_tests import lib_using_pathlib return lib_using_pathlib.use_pathlib(path)
SAVE
CANCEL