optparse.OptionParser._process_args¶
-
OptionParser._process_args(largs : [string], rargs : [string], values : Values)[source]¶ Process command-line arguments and populate ‘values’, consuming options and arguments from ‘rargs’. If ‘allow_interspersed_args’ is false, stop at the first non-option argument. If true, accumulate any interspersed non-option arguments in ‘largs’.