DEBSOURCES
Skip Quicknav
sources / python-pyfakefs / 5.8.0-1 / pyfakefs / pytest_tests / local_import.py
1234
def load(path: str) -> str: from pyfakefs.pytest_tests import lib_using_pathlib return lib_using_pathlib.use_pathlib(path)