Skip to content

Commit de07941

Browse files
gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)
1 parent 5719aa2 commit de07941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,8 @@ Special read-only attributes
11341134
* - .. attribute:: codeobject.co_qualname
11351135
- The fully qualified function name
11361136

1137+
.. versionadded:: 3.11
1138+
11371139
* - .. attribute:: codeobject.co_argcount
11381140
- The total number of positional :term:`parameters <parameter>`
11391141
(including positional-only parameters and parameters with default values)

0 commit comments

Comments
 (0)