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 4f14b7e commit b3c18bfCopy full SHA for b3c18bf
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