Home
last modified time | relevance | path

Searched refs:take_action (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/tools/
Dpatch_updater.py68 def take_action(self, action, dest, opt, value, values, parser): member in MultipleOption
72 Option.take_action(self, action, dest, opt, value, values, parser)
/third_party/python/Lib/
Doptparse.py784 return self.take_action(
787 def take_action(self, action, dest, opt, value, values, parser): member in Option
Dargparse.py1917 def take_action(action, argument_strings, option_string=None): function
2007 take_action(action, args, option_string)
2026 take_action(action, args)
/third_party/python/Lib/test/
Dtest_optparse.py1071 def take_action(self, action, dest, opt, value, values, parser): member in TestExtendAddActions.MyOption
1076 Option.take_action(self, action, dest, opt, parser, value,
/third_party/python/Doc/library/
Doptparse.rst1977 :meth:`take_action` method and add a case that recognizes your action.
2001 def take_action(self, action, dest, opt, value, values, parser):
2006 Option.take_action(
2019 * :meth:`MyOption.take_action` implements just this one new action, and passes
2020 control back to :meth:`Option.take_action` for the standard :mod:`optparse`