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

  /external/autotest/client/common_lib/
enum.py 45 setattr(self, self.get_attr_name(name), value)
49 def get_attr_name(string): member in class:Enum
66 return getattr(self, self.get_attr_name(name))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
dist.py 573 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
dist.py 573 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 104 def get_attr_name(self, long_option): member in class:FancyGetopt
205 self.attr_name[long] = self.get_attr_name(long)
dist.py 576 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
dist.py 573 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
dist.py 573 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
dist.py 573 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
dist.py 573 if hasattr(opts, parser.get_attr_name(help_option)):
    [all...]
  /external/autotest/scheduler/
prejob_task.py 442 protection = host_protections.Protection.get_attr_name(protection)

Completed in 669 milliseconds