HomeSort by relevance Sort by last modified time
    Searched refs:option_table (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 45 def __init__ (self, option_table=None):
55 self.option_table = option_table
60 if self.option_table:
73 # parse the command-line, since the 'option_table' passed in here
91 for option in self.option_table:
94 def set_option_table (self, option_table):
95 self.option_table = option_table
104 self.option_table.append(option
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 45 def __init__ (self, option_table=None):
55 self.option_table = option_table
60 if self.option_table:
73 # parse the command-line, since the 'option_table' passed in here
91 for option in self.option_table:
94 def set_option_table (self, option_table):
95 self.option_table = option_table
104 self.option_table.append(option
    [all...]

Completed in 666 milliseconds