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.
1 parent 846fd72 commit 769d444Copy full SHA for 769d444
1 file changed
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