Python logo

Table of Contents

  • dis — Disassembler for Python bytecode
    • Command-line interface
    • Bytecode analysis
    • Analysis functions
    • Python Bytecode Instructions
    • Opcode collections

Previous topic

compileall — Byte-compile Python libraries

Next topic

pickletools — Tools for pickle developers