Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Doptparse.py497 STORE_ACTIONS = ("store", variable in Option
682 takes_value = (self.action in self.STORE_ACTIONS or
/external/python/cpython2/Lib/test/
Dtest_optparse.py1069 STORE_ACTIONS = Option.STORE_ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/external/python/cpython2/Doc/library/
Doptparse.rst1963 .. attribute:: Option.STORE_ACTIONS
1999 STORE_ACTIONS = Option.STORE_ACTIONS + ("extend",)
2014 somewhere, so it goes in both :attr:`~Option.STORE_ACTIONS` and