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

Method _add_item

Lib/argparse.py:257–258  ·  view source on GitHub ↗
(self, func, args)

Source from the content-addressed store, hash-verified

255 return join(['\n', heading, item_help, '\n'])
256
257 def _add_item(self, func, args):
258 self._current_section.items.append((func, args))
259
260 # ========================
261 # Message building methods

Callers 4

start_sectionMethod · 0.95
add_textMethod · 0.95
add_usageMethod · 0.95
add_argumentMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected