Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dargparse.py1311 group = _ArgumentGroup(self, *args, **kwargs)
1484 class _ArgumentGroup(_ActionsContainer): class
1492 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):