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 f35e7d3 commit ee691b0Copy full SHA for ee691b0
Doc/library/dis.rst
@@ -894,9 +894,9 @@ All of the following opcodes use their arguments.
894
895
.. opcode:: BUILD_CONST_KEY_MAP (count)
896
897
- The version of :opcode:`BUILD_MAP` specialized for constant keys. *count*
898
- values are consumed from the stack. The top element on the stack contains
899
- 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.
900
901
.. versionadded:: 3.6
902
0 commit comments