class documentation

class SearchContext(NamedTuple): (source)

View In Hierarchy

Undocumented

Method is_python2 Undocumented
Class Variable platform Undocumented
Class Variable raise_on_warnings Undocumented
Class Variable search_path Undocumented
Class Variable typeshed Undocumented
Class Variable version Undocumented
def is_python2(self) -> bool: (source)

Undocumented

platform: str = (source)

Undocumented

raise_on_warnings: bool = (source)

Undocumented

search_path: Sequence[Path] = (source)

Undocumented

typeshed: Path = (source)

Undocumented

version: PythonVersion = (source)

Undocumented