Searched refs:process_many (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 1203 callback=self.process_many, type="string"), 1205 callback=self.process_many, type="int")] 1208 def process_many(self, option, opt, value, parser_): member in TestCallbackManyArgs
|
/external/python/cpython3/Lib/test/ |
D | test_optparse.py | 1201 callback=self.process_many, type="string"), 1203 callback=self.process_many, type="int")] 1206 def process_many(self, option, opt, value, parser_): member in TestCallbackManyArgs
|