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.c957 *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.c1012 return _PyObject_GenericGetAttrWithDict((PyObject *)self, name, in local_getattro()
1026 return _PyObject_GenericGetAttrWithDict( in local_getattro()