gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)

This commit is contained in:
Christophe Papazian 2024-02-13 17:10:00 +01:00 committed by GitHub
parent 5719aa23ab
commit de07941729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1134,6 +1134,8 @@ Special read-only attributes
* - .. attribute:: codeobject.co_qualname
- The fully qualified function name
.. versionadded:: 3.11
* - .. attribute:: codeobject.co_argcount
- The total number of positional :term:`parameters <parameter>`
(including positional-only parameters and parameters with default values)