Searched refs:getattr (Results 551 - 575 of 831) sorted by relevance
1...<<21222324252627282930>>...34
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | parse.py | 282 method = getattr(self, 'parse_' + self.token.name_or_data)
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 21 filename = getattr(old, 'name', None)
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 451 return getattr(self, name)
|
/third_party/python/Lib/multiprocessing/ |
H A D | queues.py | 256 if ignore_epipe and getattr(e, 'errno', 0) == errno.EPIPE:
|
/third_party/python/Lib/ |
H A D | selectors.py | 587 selector = getattr(select, method, None)
|
H A D | warnings.py | 264 cat = getattr(m, klass)
|
H A D | posixpath.py | 307 environ = getattr(os, 'environb', None)
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_unicode.py | 23 _PyUnicode_FromFormat = getattr(pythonapi, name)
|
/third_party/python/Lib/idlelib/ |
H A D | iomenu.py | 94 not getattr(self.editwin, 'interp', None) and
|
H A D | debugger_r.py | 124 return getattr(frame, name)
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_functions.py | 292 self.assertRaises(AttributeError, getattr, dll, "_xxx_yyy")
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 131 return getattr(__import__(module, None, None, [obj]), obj)
|
/third_party/python/Lib/test/ |
H A D | test_scope.py | 596 return lambda obj: getattr(obj, des)
|
H A D | test_py_compile.py | 43 meth = getattr(cls, attr)
|
H A D | test_telnetlib.py | 235 func = getattr(telnet, func_name)
|
H A D | test_richcmp.py | 165 realres = getattr(realres, "x", realres)
|
/third_party/python/Lib/tkinter/ |
H A D | filedialog.py | 340 result = tuple([getattr(r, "string", r) for r in result])
|
/third_party/python/Lib/xml/dom/ |
H A D | pulldom.py | 54 xmlns_attrs = getattr(self, '_xmlns_attrs', None)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | runtest.py | 302 test_runner = getattr(the_module, "test_main", None)
|
/third_party/python/Parser/ |
H A D | asdl.py | 134 meth = getattr(self, methname, None)
|
/third_party/python/Objects/ |
H A D | methodobject.c | 185 return Py_BuildValue("N(Os)", _PyEval_GetBuiltin(&_Py_ID(getattr)), in meth_reduce()
|
H A D | classobject.c | 140 "N(ON)", _PyEval_GetBuiltin(&_Py_ID(getattr)), funcself, funcname); in method___reduce___impl()
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 93 dec = getattr(s, "decode", None)
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | pgen.py | 76 itoken = getattr(token, label, None)
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 271 STRUCT_FOR_ID(getattr)
|
Completed in 17 milliseconds
1...<<21222324252627282930>>...34