module documentation

Initializes and checks the environment needed to run pytype.

Function check_python_exe_or_die Check if a python executable with the required version is in path.
Function check_python_version Check if exe is a python executable with the required version.
Function check_pytype_or_die Undocumented
Function compute_pythonpath Compute a list of dependency paths.
Function initialize_typeshed_or_die Initialize a Typeshed object or die.
def check_python_exe_or_die(required) -> List[str]: (source)

Check if a python executable with the required version is in path.

def check_python_version(exe: List[str], required): (source)

Check if exe is a python executable with the required version.

def check_pytype_or_die(): (source)

Undocumented

def compute_pythonpath(filenames): (source)

Compute a list of dependency paths.

def initialize_typeshed_or_die(): (source)

Initialize a Typeshed object or die. Returns: An instance of Typeshed()