Searched refs:STORE_ACTIONS (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
H A D | optparse.py | 500 STORE_ACTIONS = ("store", variable in Option 678 takes_value = (self.action in self.STORE_ACTIONS or |
/third_party/python/Lib/test/ | ||
H A D | test_optparse.py | 1068 STORE_ACTIONS = Option.STORE_ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption |
Completed in 5 milliseconds