Searched refs:take_action (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ |
H A D | optparse.py | 784 return self.take_action( 787 def take_action(self, action, dest, opt, value, values, parser): member in Option
|
H A D | argparse.py | 1960 def take_action(action, argument_strings, option_string=None): function 2054 take_action(action, args, option_string) 2073 take_action(action, args)
|
/third_party/python/Lib/test/ |
H A D | test_optparse.py | 1071 def take_action(self, action, dest, opt, value, values, parser): member in TestExtendAddActions.MyOption 1076 Option.take_action(self, action, dest, opt, parser, value,
|
Completed in 9 milliseconds