Searched refs:_remove_action (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | argparse.py | 1345 def _remove_action(self, action): member in _ActionsContainer 1485 action.container._remove_action(action) 1517 def _remove_action(self, action): member in _ArgumentGroup 1518 super(_ArgumentGroup, self)._remove_action(action) 1537 def _remove_action(self, action): member in _MutuallyExclusiveGroup 1538 self._container._remove_action(action)
|
/external/llvm-project/polly/utils/ |
D | argparse.py | 1342 def _remove_action(self, action): member in _ActionsContainer 1482 action.container._remove_action(action) 1513 def _remove_action(self, action): member in _ArgumentGroup 1514 super(_ArgumentGroup, self)._remove_action(action) 1533 def _remove_action(self, action): member in _MutuallyExclusiveGroup 1534 self._container._remove_action(action)
|
/external/python/cpython3/Lib/ |
D | argparse.py | 1467 def _remove_action(self, action): member in _ActionsContainer 1608 action.container._remove_action(action) 1640 def _remove_action(self, action): member in _ArgumentGroup 1641 super(_ArgumentGroup, self)._remove_action(action) 1660 def _remove_action(self, action): member in _MutuallyExclusiveGroup 1661 self._container._remove_action(action)
|