Home
last modified time | relevance | path

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

/third_party/python/Lib/
Doptparse.py510 TYPED_ACTIONS = ("store", variable in Option
658 if self.action not in self.TYPED_ACTIONS:
697 if self.action in self.TYPED_ACTIONS:
/third_party/python/Lib/test/
Dtest_optparse.py1069 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/third_party/python/Doc/library/
Doptparse.rst1965 .. attribute:: Option.TYPED_ACTIONS
1998 TYPED_ACTIONS = Option.TYPED_ACTIONS + ("extend",)
2013 :attr:`~Option.TYPED_ACTIONS`.