MCPcopy Create free account
hub / github.com/RustPython/RustPython / _remove_action

Method _remove_action

Lib/argparse.py:1786–1788  ·  view source on GitHub ↗
(self, action)

Source from the content-addressed store, hash-verified

1784 return action
1785
1786 def _remove_action(self, action):
1787 super(_ArgumentGroup, self)._remove_action(action)
1788 self._group_actions.remove(action)
1789
1790 def add_argument_group(self, *args, **kwargs):
1791 raise ValueError('argument groups cannot be nested')

Callers 2

_remove_actionMethod · 0.45

Calls 2

superClass · 0.85
removeMethod · 0.45

Tested by

no test coverage detected