MCPcopy Index your code
hub / github.com/python/cpython / add_arguments

Method add_arguments

Lib/argparse.py:300–302  ·  view source on GitHub ↗
(self, actions)

Source from the content-addressed store, hash-verified

298 self._add_item(self._format_action, [action])
299
300 def add_arguments(self, actions):
301 for action in actions:
302 self.add_argument(action)
303
304 # =======================
305 # Help-formatting methods

Callers 1

format_helpMethod · 0.80

Calls 1

add_argumentMethod · 0.95

Tested by

no test coverage detected