Home
last modified time | relevance | path

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

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