Searched refs:_ArgumentGroup (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | argparse.py | 1315 group = _ArgumentGroup(self, *args, **kwargs) 1488 class _ArgumentGroup(_ActionsContainer): class 1496 super_init = super(_ArgumentGroup, self).__init__ 1513 action = super(_ArgumentGroup, self)._add_action(action) 1518 super(_ArgumentGroup, self)._remove_action(action) 1522 class _MutuallyExclusiveGroup(_ArgumentGroup):
|
/external/llvm-project/polly/utils/ |
D | argparse.py | 1312 group = _ArgumentGroup(self, *args, **kwargs) 1485 class _ArgumentGroup(_ActionsContainer): class 1493 super_init = super(_ArgumentGroup, self).__init__ 1509 action = super(_ArgumentGroup, self)._add_action(action) 1514 super(_ArgumentGroup, self)._remove_action(action) 1518 class _MutuallyExclusiveGroup(_ArgumentGroup):
|
/external/python/cpython3/Lib/ |
D | argparse.py | 1437 group = _ArgumentGroup(self, *args, **kwargs) 1611 class _ArgumentGroup(_ActionsContainer): class 1619 super_init = super(_ArgumentGroup, self).__init__ 1636 action = super(_ArgumentGroup, self)._add_action(action) 1641 super(_ArgumentGroup, self)._remove_action(action) 1645 class _MutuallyExclusiveGroup(_ArgumentGroup):
|