Thanks to visit codestin.com Credit goes to github.com
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 1d7feab commit 34b74ffCopy full SHA for 34b74ff
1 file changed
Doc/library/dis.rst
@@ -614,6 +614,8 @@ iterations of the loop.
614
or module body contains :term:`variable annotations <variable annotation>`
615
statically.
616
617
+ .. versionadded:: 3.6
618
+
619
.. opcode:: IMPORT_STAR
620
621
Loads all symbols not starting with ``'_'`` directly from the module TOS to
@@ -900,6 +902,8 @@ All of the following opcodes use their arguments.
900
902
901
903
Stores TOS as ``locals()['__annotations__'][co_names[namei]] = TOS``.
904
905
906
907
908
.. opcode:: LOAD_CLOSURE (i)
909
0 commit comments