diff options
author | Christophe Papazian <114495376+christophe-papazian@users.noreply.github.com> | 2024-02-13 16:10:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 16:10:00 (GMT) |
commit | de07941729b8899b187b8ef9690f9a74b2d6286b (patch) | |
tree | f2f2d645014a14e60f3c8ce4545ab35bcc789a97 /Doc | |
parent | 5719aa23ab7f1c7a5f03309ca4044078a98e7b59 (diff) | |
download | cpython-de07941729b8899b187b8ef9690f9a74b2d6286b.zip cpython-de07941729b8899b187b8ef9690f9a74b2d6286b.tar.gz cpython-de07941729b8899b187b8ef9690f9a74b2d6286b.tar.bz2 |
gh-115405: add versionadded tag for co_qualname in code objects documentation (#115411)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 885ee82..88bc025 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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) |