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 70c188e commit 85dd6bbCopy full SHA for 85dd6bb
Doc/library/dis.rst
@@ -844,9 +844,9 @@ All of the following opcodes use their arguments.
844
845
.. opcode:: BUILD_CONST_KEY_MAP (count)
846
847
- The version of :opcode:`BUILD_MAP` specialized for constant keys. *count*
848
- values are consumed from the stack. The top element on the stack contains
849
- 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.
850
851
.. versionadded:: 3.6
852
0 commit comments