class documentation

Filestore with configurable root dir.

Method __init__ Undocumented
Method get_root Undocumented
Instance Variable _test_root Undocumented

Inherited from ExternalTypeshedFs:

Method file_exists Undocumented
Method list_files Undocumented
Method _list_files Lists files recursively in a basedir relative to typeshed root.

Inherited from TypeshedFs (via ExternalTypeshedFs):

Method filepath Absolute path to a typeshed file.
Method load_file Undocumented
Method load_missing List of modules that are known to be missing in typeshed.
Method load_pytype_blocklist List of modules that we maintain our own versions of.
Method load_stdlib_versions Undocumented
Method _readlines Undocumented
Instance Variable _missing_file Undocumented
Instance Variable _open_function Undocumented
Instance Variable _root Undocumented
def __init__(self, root): (source)
_test_root = (source)

Undocumented