OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_attr_name
(Results
1 - 8
of
8
) 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
587
if hasattr(opts, parser.
get_attr_name
(help_option)):
[
all
...]
/external/autotest/scheduler/
prejob_task.py
447
protection = host_protections.Protection.
get_attr_name
(protection)
Completed in 425 milliseconds