Searched refs:opt_strs (Results 1 – 1 of 1) sorted by relevance
36 def add_argument(self, *opt_strs, **kwargs): argument37 self.parser.add_option(*opt_strs, **kwargs)57 def add_argument(self, *opt_strs, **kwargs): argument59 if opt_strs == ('args',):63 if len(opt_strs) == 1 and opt_strs[0] == '+a':64 opt_strs = ('--plus_a',)65 if len(opt_strs) == 1 and opt_strs[0] == '+b':66 opt_strs = ('--plus_b',)67 self.option_group.add_option(*opt_strs, **kwargs)