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

Method _init_parsing_state

Lib/optparse.py:1245–1249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1243 self._add_help_option()
1244
1245 def _init_parsing_state(self):
1246 # These are set in parse_args() for the convenience of callbacks.
1247 self.rargs = None
1248 self.largs = None
1249 self.values = None
1250
1251
1252 # -- Simple modifier methods ---------------------------------------

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected