Searched refs:_PyObject_GenericSetAttrWithDict (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/ |
D | object.c | 1125 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericSetAttrWithDict() function 1194 return _PyObject_GenericSetAttrWithDict(obj, name, value, NULL); in PyObject_GenericSetAttr()
|
/external/python/cpython2/Include/ |
D | object.h | 500 _PyObject_GenericSetAttrWithDict(PyObject *, PyObject *,
|
/external/python/cpython3/Include/ |
D | object.h | 571 _PyObject_GenericSetAttrWithDict(PyObject *, PyObject *,
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 489 return _PyObject_GenericSetAttrWithDict((PyObject *)self, name, v, ldict); in local_setattro()
|
/external/python/cpython2/Objects/ |
D | object.c | 1465 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericSetAttrWithDict() function 1559 return _PyObject_GenericSetAttrWithDict(obj, name, value, NULL); in PyObject_GenericSetAttr()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 867 return _PyObject_GenericSetAttrWithDict((PyObject *)self, name, v, ldict); in local_setattro()
|