Searched defs:CONST_ACTIONS (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Doptparse.py517 CONST_ACTIONS = ("store_const", variable in class:Option
695 if self.action not in self.CONST_ACTIONS and self.const is not None:
/external/python/cpython3/Lib/
H A Doptparse.py520 CONST_ACTIONS = ("store_const", variable in class:Option
691 if self.action not in self.CONST_ACTIONS and self.const is not None:

Completed in 64 milliseconds