Searched refs:get_attr_name (Results 1 - 6 of 6) sorted by relevance

/external/autotest/client/common_lib/
H A Denum.py45 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))
/external/python/cpython2/Lib/distutils/
H A Dfancy_getopt.py113 def get_attr_name (self, long_option): member in class:FancyGetopt
224 self.attr_name[long] = self.get_attr_name(long)
H A Ddist.py573 if hasattr(opts, parser.get_attr_name(help_option)):
/external/python/cpython3/Lib/distutils/
H A Dfancy_getopt.py104 def get_attr_name(self, long_option): member in class:FancyGetopt
205 self.attr_name[long] = self.get_attr_name(long)
H A Ddist.py576 if hasattr(opts, parser.get_attr_name(help_option)):
/external/autotest/scheduler/
H A Dprejob_task.py442 protection = host_protections.Protection.get_attr_name(protection)

Completed in 181 milliseconds