Home
last modified time | relevance | path

Searched refs:_PyObject_GenericSetAttrWithDict (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h342 _PyObject_GenericSetAttrWithDict(PyObject *, PyObject *,
/third_party/python/Objects/
Dobject.c1326 _PyObject_GenericSetAttrWithDict(PyObject *obj, PyObject *name, in _PyObject_GenericSetAttrWithDict() function
1403 return _PyObject_GenericSetAttrWithDict(obj, name, value, NULL); in PyObject_GenericSetAttr()
Dtypeobject.c4012 res = _PyObject_GenericSetAttrWithDict((PyObject *)type, name, value, NULL); in type_setattro()
/third_party/python/Modules/
D_threadmodule.c957 return _PyObject_GenericSetAttrWithDict((PyObject *)self, name, v, ldict); in local_setattro()
/third_party/python/Doc/howto/
Ddescriptor.rst1572 'Emulate _PyObject_GenericSetAttrWithDict() Objects/object.c'
1581 'Emulate _PyObject_GenericSetAttrWithDict() Objects/object.c'