Searched defs:TYPED_ACTIONS (Results 1 – 5 of 5) sorted by relevance
| /external/autotest/utils/frozen_chromite/lib/ | ||
| D | commandline.py | 516 TYPED_ACTIONS = Option.TYPED_ACTIONS + _EXTRA_ACTIONS variable in FilteringOption |
| /external/python/cpython3/Lib/ | ||
| D | optparse.py | 510 TYPED_ACTIONS = ("store", variable in Option |
| /external/python/cpython2/Lib/ | ||
| D | optparse.py | 507 TYPED_ACTIONS = ("store", variable in Option |
| /external/python/cpython3/Lib/test/ | ||
| D | test_optparse.py | 1069 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption |
| /external/python/cpython2/Lib/test/ | ||
| D | test_optparse.py | 1070 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption |