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

/external/python/cpython2/Lib/
H A Dargparse.py934 class _AppendConstAction(Action): class in inherits:Action
944 super(_AppendConstAction, self).__init__(
1204 self.register('action', 'append_const', _AppendConstAction)
/external/python/cpython3/Lib/
H A Dargparse.py958 class _AppendConstAction(Action): class in inherits:Action
968 super(_AppendConstAction, self).__init__(
1244 self.register('action', 'append_const', _AppendConstAction)

Completed in 112 milliseconds