Home
last modified time | relevance | path

Searched refs:_PyObject_GenericGetAttrWithDict (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h340 _PyObject_GenericGetAttrWithDict(PyObject *, PyObject *, PyObject *, int);
/third_party/python/Objects/
Dobject.c917 *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.c972 return _PyObject_GenericGetAttrWithDict( in local_getattro()
985 return _PyObject_GenericGetAttrWithDict( in local_getattro()