mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)
This commit is contained in:
parent
5719aa23ab
commit
de07941729
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