Lines Matching refs:extras
1995 extras.append(arg_strings[start_index])
2082 extras = []
2110 extras.extend(strings)
2119 # if we didn't consume all the argument strings, there were extras
2120 extras.extend(arg_strings[stop_index:])
2161 return namespace, extras
2389 # returns a namespace and list of extras
2392 # first parsed with all positional arguments deactivated. The 'extras'
2450 namespace, extras = self.parse_known_args(remaining_args,
2460 return namespace, extras