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

Method _add_item

tools/python-3.11.9-amd64/Lib/argparse.py:236–237  ·  view source on GitHub ↗
(self, func, args)

Source from the content-addressed store, hash-verified

234 return join(['\n', heading, item_help, '\n'])
235
236 def _add_item(self, func, args):
237 self._current_section.items.append((func, args))
238
239 # ========================
240 # 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