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

Method _remove_action

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

Source from the content-addressed store, hash-verified

1806 return action
1807
1808 def _remove_action(self, action):
1809 self._container._remove_action(action)
1810 self._group_actions.remove(action)
1811
1812 def add_mutually_exclusive_group(self, **kwargs):
1813 raise ValueError('mutually exclusive groups cannot be nested')

Callers

nothing calls this directly

Calls 2

_remove_actionMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected