Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006c5a2 commit 4384435Copy full SHA for 4384435
1 file changed
Doc/c-api/object.rst
@@ -106,12 +106,16 @@ Object Protocol
106
A generic implementation for the getter of a ``__dict__`` descriptor. It
107
creates the dictionary if necessary.
108
109
+ .. versionadded:: 3.3
110
+
111
112
.. c:function:: int PyType_GenericSetDict(PyObject *o, void *context)
113
114
A generic implementation for the setter of a ``__dict__`` descriptor. This
115
implementation does not allow the dictionary to be deleted.
116
117
118
119
120
.. c:function:: PyObject* PyObject_RichCompare(PyObject *o1, PyObject *o2, int opid)
121
0 commit comments