Searched defs:_PyType_Lookup (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c1207 when the _PyType_Lookup() call fails;
1224 res = _PyType_Lookup(Py_TYPE(self), *attrobj);
1854 descr = _PyType_Lookup(type, dict_str);
2526 _PyType_Lookup(PyTypeObject *type, PyObject *name) function
2604 but uses _PyType_Lookup() instead of just looking in type->tp_dict. */
2629 meta_attribute = _PyType_Lookup(metatype, name);
2647 attribute = _PyType_Lookup(type, name);
5088 func = _PyType_Lookup(Py_TYPE(self), getitem_str);
5611 _PyType_Lookup and create the method only when needed, with
5613 getattr = _PyType_Lookup(t
[all...]

Completed in 63 milliseconds