module documentation

Tool for processing pytd files. pytd is a type declaration language for Python. Each .py file can have an accompanying .pytd file that specifies classes, argument types, return types and exceptions. This binary processes pytd files, typically to optimize them. Usage: pytd_tool [flags] <inputfile> <outputfile>

Function main Undocumented
Function make_parser Use argparse to make a parser for command line options.
def main(): (source)

Undocumented

def make_parser(): (source)

Use argparse to make a parser for command line options.