Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:parse_argv

1621         parse_argv = kwargs.pop('parse_argv', False)
1626 arglist = None if parse_argv else options_dict.get('paths', None)
1628 arglist, parse_argv, config_file, parser)
1864 def process_options(arglist=None, parse_argv=False, config_file=None,
1880 if not arglist and not parse_argv:
1882 # If parse_argv is True and arglist is None, arguments are
1890 if parse_argv and not args:
1897 options.reporter = parse_argv and options.quiet == 1 and FileReport
1923 pep8style = StyleGuide(parse_argv=True, config_file=True)