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

Method add_arguments

lib/0xtools/argparse.py:293–295  ·  view source on GitHub ↗
(self, actions)

Source from the content-addressed store, hash-verified

291 self._add_item(self._format_action, [action])
292
293 def add_arguments(self, actions):
294 for action in actions:
295 self.add_argument(action)
296
297 # =======================
298 # Help-formatting methods

Callers 1

format_helpMethod · 0.80

Calls 1

add_argumentMethod · 0.95

Tested by

no test coverage detected