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

Method _get_formatter

lib/0xtools/argparse.py:2335–2336  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2333 return formatter.format_help()
2334
2335 def _get_formatter(self):
2336 return self.formatter_class(prog=self.prog)
2337
2338 # =====================
2339 # Help-printing methods

Callers 6

add_subparsersMethod · 0.95
format_usageMethod · 0.95
format_helpMethod · 0.95
format_versionMethod · 0.95
__call__Method · 0.80
add_argumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected