Searched refs:_PyObject_GenericSetAttrWithDict (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Include/cpython/ |
D | object.h | 342 _PyObject_GenericSetAttrWithDict(PyObject *, PyObject *,
|
/third_party/python/Objects/ |
D | object.c | 1326 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericSetAttrWithDict() function 1403 return _PyObject_GenericSetAttrWithDict(obj, name, value, NULL); in PyObject_GenericSetAttr()
|
D | typeobject.c | 4012 res = _PyObject_GenericSetAttrWithDict((PyObject *)type, name, value, NULL); in type_setattro()
|
/third_party/python/Modules/ |
D | _threadmodule.c | 957 return _PyObject_GenericSetAttrWithDict((PyObject *)self, name, v, ldict); in local_setattro()
|
/third_party/python/Doc/howto/ |
D | descriptor.rst | 1572 'Emulate _PyObject_GenericSetAttrWithDict() Objects/object.c' 1581 'Emulate _PyObject_GenericSetAttrWithDict() Objects/object.c'
|