module documentation

Tool for inferring types from Python programs. 'pytype' is a tool for generating pyi from Python programs. Usage: pytype [flags] file.py

Function main Undocumented
Variable log Undocumented
Class _ProfileContext A context manager for optionally profiling code.
Function _generate_builtins_pickle Create a pickled file with the standard library (typeshed + builtins).
Function _run_pytype Run pytype with the given configuration options.
def main(): (source)

Undocumented

Undocumented

def _generate_builtins_pickle(options): (source)

Create a pickled file with the standard library (typeshed + builtins).

def _run_pytype(options): (source)

Run pytype with the given configuration options.