MCPcopy Index your code
hub / github.com/RustPython/RustPython / convert_arg_line_to_args

Method convert_arg_line_to_args

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

Source from the content-addressed store, hash-verified

2385 return new_arg_strings
2386
2387 def convert_arg_line_to_args(self, arg_line):
2388 return [arg_line]
2389
2390 def _match_argument(self, action, arg_strings_pattern):
2391 # 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