MCPcopy Index your code
hub / github.com/RustPython/RustPython / add_text

Method add_text

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

Source from the content-addressed store, hash-verified

269 self._dedent()
270
271 def add_text(self, text):
272 if text is not SUPPRESS and text is not None:
273 self._add_item(self._format_text, [text])
274
275 def add_usage(self, usage, actions, groups, prefix=None):
276 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