Python dis Functions

EditRocket provides the following information on dis functions in the Python source code builder.

dis([bytesource]) - Disassemble the bytesource object.

disassemble(code[, lasti]) - Disassembles a code object, indicating the last instruction if lasti was provided.

disco(code[, lasti]) - A synonym for disassemble.

distb([tb]) - Disassembles the top-of-stack function of a traceback, using the last traceback if none was passed.