File Manager

Path: /opt/cloudlinux/venv/lib/python3.11/site-packages/pyfakefs/pytest_tests/

Viewing File: local_import.py

def load(path: str) -> str:
    from pyfakefs.pytest_tests import lib_using_pathlib

    return lib_using_pathlib.use_pathlib(path)