MCPcopy Index your code
hub / github.com/python/cpython / convert_arg_line_to_args

Method convert_arg_line_to_args

Lib/argparse.py:2469–2470  ·  view source on GitHub ↗
(self, arg_line)

Source from the content-addressed store, hash-verified

2467 return new_arg_strings
2468
2469 def convert_arg_line_to_args(self, arg_line):
2470 return [arg_line]
2471
2472 def _match_argument(self, action, arg_strings_pattern):
2473 # match the pattern for this action to the arg strings

Callers 1

_read_args_from_filesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected