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

/external/python/cpython2/Lib/
H A Dargparse.py840 class _StoreConstAction(Action): class in inherits:Action
850 super(_StoreConstAction, self).__init__(
863 class _StoreTrueAction(_StoreConstAction):
880 class _StoreFalseAction(_StoreConstAction):
1200 self.register('action', 'store_const', _StoreConstAction)
/external/python/cpython3/Lib/
H A Dargparse.py864 class _StoreConstAction(Action): class in inherits:Action
874 super(_StoreConstAction, self).__init__(
887 class _StoreTrueAction(_StoreConstAction):
904 class _StoreFalseAction(_StoreConstAction):
1240 self.register('action', 'store_const', _StoreConstAction)

Completed in 326 milliseconds