Home
last modified time | relevance | path

Searched refs:getattr (Results 551 - 575 of 831) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py282 method = getattr(self, 'parse_' + self.token.name_or_data)
/third_party/python/Tools/c-analyzer/c_common/
H A Dfsutil.py21 filename = getattr(old, 'name', None)
/third_party/python/Lib/ctypes/
H A D__init__.py451 return getattr(self, name)
/third_party/python/Lib/multiprocessing/
H A Dqueues.py256 if ignore_epipe and getattr(e, 'errno', 0) == errno.EPIPE:
/third_party/python/Lib/
H A Dselectors.py587 selector = getattr(select, method, None)
H A Dwarnings.py264 cat = getattr(m, klass)
H A Dposixpath.py307 environ = getattr(os, 'environb', None)
/third_party/python/Lib/test/test_capi/
H A Dtest_unicode.py23 _PyUnicode_FromFormat = getattr(pythonapi, name)
/third_party/python/Lib/idlelib/
H A Diomenu.py94 not getattr(self.editwin, 'interp', None) and
H A Ddebugger_r.py124 return getattr(frame, name)
/third_party/python/Lib/ctypes/test/
H A Dtest_functions.py292 self.assertRaises(AttributeError, getattr, dll, "_xxx_yyy")
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py131 return getattr(__import__(module, None, None, [obj]), obj)
/third_party/python/Lib/test/
H A Dtest_scope.py596 return lambda obj: getattr(obj, des)
H A Dtest_py_compile.py43 meth = getattr(cls, attr)
H A Dtest_telnetlib.py235 func = getattr(telnet, func_name)
H A Dtest_richcmp.py165 realres = getattr(realres, "x", realres)
/third_party/python/Lib/tkinter/
H A Dfiledialog.py340 result = tuple([getattr(r, "string", r) for r in result])
/third_party/python/Lib/xml/dom/
H A Dpulldom.py54 xmlns_attrs = getattr(self, '_xmlns_attrs', None)
/third_party/python/Lib/test/libregrtest/
H A Druntest.py302 test_runner = getattr(the_module, "test_main", None)
/third_party/python/Parser/
H A Dasdl.py134 meth = getattr(self, methname, None)
/third_party/python/Objects/
H A Dmethodobject.c185 return Py_BuildValue("N(Os)", _PyEval_GetBuiltin(&_Py_ID(getattr)), in meth_reduce()
H A Dclassobject.c140 "N(ON)", _PyEval_GetBuiltin(&_Py_ID(getattr)), funcself, funcname); in method___reduce___impl()
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py93 dec = getattr(s, "decode", None)
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py76 itoken = getattr(token, label, None)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h271 STRUCT_FOR_ID(getattr)

Completed in 17 milliseconds

1...<<21222324252627282930>>...34