Home
last modified time | relevance | path

Searched refs:_StoreAction (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/utils/
Dargparse.py832 class _StoreAction(Action): class
851 super(_StoreAction, self).__init__(
1206 self.register('action', None, _StoreAction)
1207 self.register('action', 'store', _StoreAction)
/external/python/cpython2/Lib/
Dargparse.py809 class _StoreAction(Action): class
828 super(_StoreAction, self).__init__(
1202 self.register('action', None, _StoreAction)
1203 self.register('action', 'store', _StoreAction)
/external/python/cpython3/Lib/
Dargparse.py897 class _StoreAction(Action): class
916 super(_StoreAction, self).__init__(
1319 self.register('action', None, _StoreAction)
1320 self.register('action', 'store', _StoreAction)
/external/python/cpython3/Doc/library/
Dargparse.rst667_StoreAction(option_strings=['--integers'], dest='integers', nargs=None, const=None, default=None,…