Searched defs:get_attr_name (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/common_lib/ | ||
D | autotest_enum.py | 57 def get_attr_name(string): member in AutotestEnum |
D | enum.py | 55 def get_attr_name(string): member in Enum |
/external/python/cpython3/Lib/distutils/ | ||
D | fancy_getopt.py | 104 def get_attr_name(self, long_option): member in FancyGetopt |
/external/python/cpython2/Lib/distutils/ | ||
D | fancy_getopt.py | 113 def get_attr_name (self, long_option): member in FancyGetopt |