We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a0c72 commit 16c0c26Copy full SHA for 16c0c26
Doc/library/dis.rst
@@ -1673,6 +1673,7 @@ iterations of the loop.
1673
* ``0x02`` a dictionary of keyword-only parameters' default values
1674
* ``0x04`` a tuple of strings containing parameters' annotations
1675
* ``0x08`` a tuple containing cells for free variables, making a closure
1676
+ * ``0x10`` the annotate function for the function object
1677
1678
.. versionadded:: 3.13
1679
0 commit comments