MCPcopy Create free account
hub / github.com/apache/madlib / add_text

Method add_text

src/madpack/argparse.py:273–275  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

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

Callers 3

__call__Method · 0.80
format_helpMethod · 0.80
format_versionMethod · 0.80

Calls 1

_add_itemMethod · 0.95

Tested by

no test coverage detected