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.
PyBaseObject_Type
1 parent 75f38af commit e088e31Copy full SHA for e088e31
Doc/c-api/structures.rst
@@ -63,6 +63,12 @@ under :ref:`reference counting <countingrefs>`.
63
See documentation of :c:type:`PyVarObject` above.
64
65
66
+.. c:var:: PyTypeObject PyBaseObject_Type
67
+
68
+ The base class of all other classes. It is the same object
69
+ as :class:`object` in the Python layer.
70
71
72
.. c:function:: int Py_Is(PyObject *x, PyObject *y)
73
74
Test if the *x* object is the *y* object, the same as ``x is y`` in Python.
0 commit comments