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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/python/cpython2/Lib/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...]
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 41 def __init__(self, option_table=None):
50 self.option_table = option_table
55 if self.option_table:
68 # parse the command-line, since the 'option_table' passed in here
83 for option in self.option_table:
86 def set_option_table(self, option_table):
87 self.option_table = option_table
96 self.option_table.append(option
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 142 milliseconds