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

Method set_parser

Lib/optparse.py:217–218  ·  view source on GitHub ↗
(self, parser)

Source from the content-addressed store, hash-verified

215 self._long_opt_fmt = "%s=%s"
216
217 def set_parser(self, parser):
218 self.parser = parser
219
220 def set_short_opt_delimiter(self, delim):
221 if delim not in ("", " "):

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected