Home
last modified time | relevance | path

Searched refs:_remove_action (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dargparse.py1328 def _remove_action(self, action): member in _ActionsContainer
1468 action.container._remove_action(action)
1500 def _remove_action(self, action): member in _ArgumentGroup
1501 super(_ArgumentGroup, self)._remove_action(action)
1520 def _remove_action(self, action): member in _MutuallyExclusiveGroup
1521 self._container._remove_action(action)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py1341 def _remove_action(self, action): member in _ActionsContainer
1481 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)