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

Method _remove_action

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

Source from the content-addressed store, hash-verified

1590 return action
1591
1592 def _remove_action(self, action):
1593 self._actions.remove(action)
1594
1595 def _add_container_actions(self, container):
1596 # collect groups by titles

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected