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

/external/python/cpython2/Lib/
H A Dargparse.py880 class _StoreFalseAction(_StoreConstAction): class in inherits:_StoreConstAction
888 super(_StoreFalseAction, self).__init__(
1202 self.register('action', 'store_false', _StoreFalseAction)
/external/python/cpython3/Lib/
H A Dargparse.py904 class _StoreFalseAction(_StoreConstAction): class in inherits:_StoreConstAction
912 super(_StoreFalseAction, self).__init__(
1242 self.register('action', 'store_false', _StoreFalseAction)

Completed in 113 milliseconds