Searched refs:set_option_table (Results 1 – 2 of 2) sorted by relevance
560 parser.set_option_table(self.global_options +630 parser.set_option_table(options)635 parser.set_option_table(self.display_options)648 parser.set_option_table(klass.user_options +651 parser.set_option_table(klass.user_options)
94 def set_option_table (self, option_table): member in FancyGetopt