Skip to content

Commit 0af16e3

Browse files
[3.11] gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (#115413)
gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (cherry picked from commit de07941) Co-authored-by: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com>
1 parent 7ba2d78 commit 0af16e3

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
@@ -1121,6 +1121,8 @@ Special read-only attributes
11211121
* - .. attribute:: codeobject.co_qualname
11221122
- The fully qualified function name
11231123

1124+
.. versionadded:: 3.11
1125+
11241126
* - .. attribute:: codeobject.co_argcount
11251127
- The total number of positional :term:`parameters <parameter>`
11261128
(including positional-only parameters and parameters with default values)

0 commit comments

Comments
 (0)