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

Method add_text

Lib/argparse.py:274–276  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

272 self._dedent()
273
274 def add_text(self, text):
275 if text is not SUPPRESS and text is not None:
276 self._add_item(self._format_text, [text])
277
278 def add_usage(self, usage, actions, groups, prefix=None):
279 if usage is not SUPPRESS:

Callers 2

__call__Method · 0.80
format_helpMethod · 0.80

Calls 1

_add_itemMethod · 0.95

Tested by

no test coverage detected