MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / _process_args

Method _process_args

pyfa.py:58–64  ·  view source on GitHub ↗
(self, largs, rargs, values)

Source from the content-addressed store, hash-verified

56 """
57
58 def _process_args(self, largs, rargs, values):
59 while rargs:
60 try:
61 OptionParser._process_args(self, largs, rargs, values)
62 except (BadOptionError, AmbiguousOptionError) as e:
63 # pyfalog.error("Bad startup option passed.")
64 largs.append(e.opt_str)
65
66
67# Parse command line options

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected