Searched defs:_remove_action (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dargparse.py1341 def _remove_action(self, action): member in class:_ActionsContainer
1481 action.container._remove_action(action)
1513 def _remove_action(self, action): member in class:_ArgumentGroup
1514 super(_ArgumentGroup, self)._remove_action(action)
1533 def _remove_action(self, action): member in class:_MutuallyExclusiveGroup
1534 self._container._remove_action(action)
/external/python/cpython3/Lib/
H A Dargparse.py1381 def _remove_action(self, action): member in class:_ActionsContainer
1524 action.container._remove_action(action)
1556 def _remove_action(self, action): member in class:_ArgumentGroup
1557 super(_ArgumentGroup, self)._remove_action(action)
1576 def _remove_action(self, action): member in class:_MutuallyExclusiveGroup
1577 self._container._remove_action(action)

Completed in 256 milliseconds