MCPcopy Index your code
hub / github.com/RustPython/RustPython / add_arguments

Method add_arguments

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

Source from the content-addressed store, hash-verified

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

Callers 1

format_helpMethod · 0.80

Calls 1

add_argumentMethod · 0.95

Tested by

no test coverage detected