Searched refs:_AppendAction (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dargparse.py897 class _AppendAction(Action): class in inherits:Action
916 super(_AppendAction, self).__init__(
1203 self.register('action', 'append', _AppendAction)
/external/python/cpython3/Lib/
H A Dargparse.py921 class _AppendAction(Action): class in inherits:Action
940 super(_AppendAction, self).__init__(
1243 self.register('action', 'append', _AppendAction)

Completed in 162 milliseconds