MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _get_args

Method _get_args

tools/python-3.11.9-amd64/Lib/optparse.py:1349–1353  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

1347 # -- Option-parsing methods ----------------------------------------
1348
1349 def _get_args(self, args):
1350 if args is None:
1351 return sys.argv[1:]
1352 else:
1353 return args[:] # don't modify caller's list
1354
1355 def parse_args(self, args=None, values=None):
1356 """

Callers 1

parse_argsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected