mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-130711: Document PyBaseObject_Type
(GH-130712)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
4f14b7e30c
commit
b3c18bfd82
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ under :ref:`reference counting <countingrefs>`.
|
|||
See documentation of :c:type:`PyVarObject` above.
|
||||
|
||||
|
||||
.. c:var:: PyTypeObject PyBaseObject_Type
|
||||
|
||||
The base class of all other objects, the same as :class:`object` in Python.
|
||||
|
||||
|
||||
.. c:function:: int Py_Is(PyObject *x, PyObject *y)
|
||||
|
||||
Test if the *x* object is the *y* object, the same as ``x is y`` in Python.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue