Searched refs:_PyObject_GenericGetAttrWithDict (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/cpython/ |
D | object.h | 340 _PyObject_GenericGetAttrWithDict(PyObject *, PyObject *, PyObject *, int);
|
/third_party/python/Objects/ |
D | object.c | 957 *result = _PyObject_GenericGetAttrWithDict(v, name, NULL, 1); in _PyObject_LookupAttr() 1207 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericGetAttrWithDict() function 1322 return _PyObject_GenericGetAttrWithDict(obj, name, NULL, 0); in PyObject_GenericGetAttr()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 1012 return _PyObject_GenericGetAttrWithDict((PyObject *)self, name, in local_getattro() 1026 return _PyObject_GenericGetAttrWithDict( in local_getattro()
|