Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dargparse.py884 class _StoreFalseAction(_StoreConstAction): class
892 super(_StoreFalseAction, self).__init__(
1206 self.register('action', 'store_false', _StoreFalseAction)
/external/llvm-project/polly/utils/
Dargparse.py907 class _StoreFalseAction(_StoreConstAction): class
915 super(_StoreFalseAction, self).__init__(
1210 self.register('action', 'store_false', _StoreFalseAction)
/external/python/cpython3/Lib/
Dargparse.py972 class _StoreFalseAction(_StoreConstAction): class
980 super(_StoreFalseAction, self).__init__(
1323 self.register('action', 'store_false', _StoreFalseAction)