Searched defs:__getattr__ (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ | ||
H A D | attrib_fromdict.py | 17 def __getattr__(self, name): member in AttributesDictionary |
H A D | metrics.py | 94 def __getattr__(self, name): member in Metrics |
/openbsd-src/gnu/llvm/lldb/examples/python/ | ||
H A D | sbvalue.py | 48 def __getattr__(self, name): member in value |
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ | ||
H A D | runner.py | 25 def __getattr__(self, attr): member in _WritelnDecorator |