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.
PyBaseObject_Type
1 parent edb6957 commit 30e8bd2Copy full SHA for 30e8bd2
Doc/c-api/structures.rst
@@ -63,6 +63,11 @@ 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 objects, the same as :class:`object` in Python.
69
70
71
.. c:function:: int Py_Is(PyObject *x, PyObject *y)
72
73
Test if the *x* object is the *y* object, the same as ``x is y`` in Python.
0 commit comments