Skip to content

Commit 5ad2842

Browse files
[3.13] gh-141004: Document PySuper_Type (GH-141315) (GH-141319)
gh-141004: Document `PySuper_Type` (GH-141315) (cherry picked from commit 14c6222) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 811fd8f commit 5ad2842

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/c-api/descriptor.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ found in the dictionary of type objects.
4343
Built-in descriptors
4444
^^^^^^^^^^^^^^^^^^^^
4545
46+
.. c:var:: PyTypeObject PySuper_Type
47+
48+
The type object for super objects. This is the same object as
49+
:class:`super` in the Python layer.
50+
51+
4652
.. c:var:: PyTypeObject PyClassMethod_Type
4753
4854
The type of class method objects. This is the same object as

0 commit comments

Comments
 (0)