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.
BUILD_CONST_KEY_MAP
1 parent 096e41a commit 0a9ec9fCopy full SHA for 0a9ec9f
Doc/library/dis.rst
@@ -835,9 +835,9 @@ All of the following opcodes use their arguments.
835
836
.. opcode:: BUILD_CONST_KEY_MAP (count)
837
838
- The version of :opcode:`BUILD_MAP` specialized for constant keys. *count*
839
- values are consumed from the stack. The top element on the stack contains
840
- a tuple of keys.
+ The version of :opcode:`BUILD_MAP` specialized for constant keys. Pops the
+ top element on the stack which contains a tuple of keys, then starting from
+ ``TOS1``, pops *count* values to form values in the built dictionary.
841
842
.. versionadded:: 3.6
843
0 commit comments