Home
last modified time | relevance | path

Searched refs:set_option_table (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py560 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)
Dfancy_getopt.py94 def set_option_table (self, option_table): member in FancyGetopt