Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dargparse.py805 class _StoreAction(Action): class
824 super(_StoreAction, self).__init__(
1198 self.register('action', None, _StoreAction)
1199 self.register('action', 'store', _StoreAction)