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 | 917 *result = _PyObject_GenericGetAttrWithDict(v, name, NULL, 1); in _PyObject_LookupAttr() 1165 _PyObject_GenericGetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericGetAttrWithDict() function 1280 return _PyObject_GenericGetAttrWithDict(obj, name, NULL, 0); in PyObject_GenericGetAttr()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 972 return _PyObject_GenericGetAttrWithDict( in local_getattro() 985 return _PyObject_GenericGetAttrWithDict( in local_getattro()
|