MCPcopy
hub / github.com/tanelpoder/0xtools / add_text

Method add_text

lib/0xtools/argparse.py:266–268  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

264 self._dedent()
265
266 def add_text(self, text):
267 if text is not SUPPRESS and text is not None:
268 self._add_item(self._format_text, [text])
269
270 def add_usage(self, usage, actions, groups, prefix=None):
271 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