class documentation

Filesystem-based typeshed store.

Method __init__ Undocumented
Method filepath Absolute path to a typeshed file.
Method get_root Undocumented
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

Inherited from TypeshedStore:

Method file_exists Undocumented
Method list_files Undocumented
def __init__(self, *, missing_file=None, open_function=open): (source)

Undocumented

def filepath(self, relpath): (source)

Absolute path to a typeshed file.

def load_missing(self) -> List[str]: (source)

List of modules that are known to be missing in typeshed.

def load_pytype_blocklist(self) -> List[str]: (source)

List of modules that we maintain our own versions of.

def load_stdlib_versions(self) -> List[str]: (source)
def _readlines(self, unix_relpath): (source)

Undocumented

_missing_file = (source)

Undocumented

_open_function = (source)

Undocumented

Undocumented