◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
55 changes: 53 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,59 @@ the more significant byte last.

.. opcode:: BUILD_MAP (count)

Pushes a new dictionary object onto the stack. The dictionary is pre-sized
to hold *count* entries.


.. opcode:: LOAD_ATTR (namei)
Expand Down
Toggle all file notes Toggle all file annotations