class documentation

Subclass the tool parser to retain the raw input field.

Method process Process raw pytype args before passing to config.Options.

Inherited from Parser:

Method __init__ Initialize a parser.
Method error Undocumented
Method get_pytype_kwargs Return a set of kwargs to pass to pytype.config.Options.
Method parse_args Parses argv.
Method process_parsed_args Process args from a namespace.
Instance Variable pytype_single_args Undocumented
Method _ensure_valid_pytype_args Final adjustment of raw pytype args before constructing Options.
Instance Variable _overrides Undocumented
Instance Variable _parser Undocumented
def process(self, tool_args, pytype_args): (source)

Process raw pytype args before passing to config.Options.