Skip to content

Commit 16c0c26

Browse files
Doc: Add SET_FUNCTION_ATTRIBUTE 0x10 (annotate) to dis documentation
Fixes gh-141155
1 parent b5a0c72 commit 16c0c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,7 @@ iterations of the loop.
16731673
* ``0x02`` a dictionary of keyword-only parameters' default values
16741674
* ``0x04`` a tuple of strings containing parameters' annotations
16751675
* ``0x08`` a tuple containing cells for free variables, making a closure
1676+
* ``0x10`` the annotate function for the function object
16761677

16771678
.. versionadded:: 3.13
16781679

0 commit comments

Comments
 (0)