mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411) (#115412)
gh-115405: add versionadded tag for co_qualname in code objects documentation (GH-115411)
(cherry picked from commit de07941729)
Co-authored-by: Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com>
This commit is contained in:
parent
79d1d6de1d
commit
c2a3c3c643
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue