module documentation

Merge .pyi file annotations into a .py file.

Function main Merge a source file and a pyi file.
Function parse_args Process command line arguments using argparse.
def main(argv=None): (source)

Merge a source file and a pyi file. Args: argv: Flags and files to process.

def parse_args(argv): (source)

Process command line arguments using argparse.