Searched refs:set_option_table (Results 1 – 2 of 2) sorted by relevance
574 parser.set_option_table(self.global_options +644 parser.set_option_table(options)649 parser.set_option_table(self.display_options)662 parser.set_option_table(klass.user_options +665 parser.set_option_table(klass.user_options)
86 def set_option_table(self, option_table): member in FancyGetopt