module documentation

Run pytype and display debug information. The debugger uses the same options as pytype itself, with three additions: * --output-cfg <file>: Outputs the control flow graph as SVG, using graphviz. * --output-typegraph <file>: Same as --output-cfg but for the whole typegraph. * --visualize <file>: Creates an interactive visualization of the CFG as an HTML file.

Function main Undocumented
Function make_parser Make parser for command line args.
Function output_graphs Generates the requested debug output.
Function validate_args Undocumented
Constant _TEMPLATE_DIR Undocumented
def main(): (source)

Undocumented

def make_parser(): (source)

Make parser for command line args. Returns: A Parser object.

def output_graphs(options, context): (source)

Generates the requested debug output.

def validate_args(parser, args): (source)

Undocumented

_TEMPLATE_DIR: str = (source)

Undocumented

Value
'pytype/tools/debugger'