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.
SET_FUNCTION_ATTRIBUTE
annotate
1 parent 807db68 commit 6f20ea1Copy full SHA for 6f20ea1
Doc/library/dis.rst
@@ -1673,9 +1673,13 @@ 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 :term:`annotate function` for the function object
1677
1678
.. versionadded:: 3.13
1679
1680
+ .. versionchanged:: 3.14
1681
+ Added ``0x10`` to indicate the annotate function for the function object.
1682
+
1683
1684
.. opcode:: BUILD_SLICE (argc)
1685
0 commit comments