Home
last modified time | relevance | path

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

/third_party/cef/tools/
Dpatch_updater.py64 STORE_ACTIONS = Option.STORE_ACTIONS + ("extend",) variable in MultipleOption
/third_party/python/Lib/
Doptparse.py500 STORE_ACTIONS = ("store", variable in Option
678 takes_value = (self.action in self.STORE_ACTIONS or
/third_party/python/Lib/test/
Dtest_optparse.py1068 STORE_ACTIONS = Option.STORE_ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/third_party/python/Doc/library/
Doptparse.rst1961 .. attribute:: Option.STORE_ACTIONS
1997 STORE_ACTIONS = Option.STORE_ACTIONS + ("extend",)
2012 somewhere, so it goes in both :attr:`~Option.STORE_ACTIONS` and