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 20c6535 commit ff72af8Copy full SHA for ff72af8
Doc/c-api/code.rst
@@ -22,12 +22,13 @@ bound into a function.
22
.. c:var:: PyTypeObject PyCode_Type
23
24
This is an instance of :c:type:`PyTypeObject` representing the Python
25
- :class:`code` type.
+ :ref:`code object <code-objects>`.
26
27
28
.. c:function:: int PyCode_Check(PyObject *co)
29
30
- Return true if *co* is a :class:`code` object. This function always succeeds.
+ Return true if *co* is a :ref:`code object <code-objects>`.
31
+ This function always succeeds.
32
33
.. c:function:: int PyCode_GetNumFree(PyCodeObject *co)
34
0 commit comments