meta.bytecodetools
- operate on python byte-code¶
Python byte-code tools expands on the Python dis module.
-
class
meta.bytecodetools.
Instruction
(i=-1, op=None, lineno=None)[source]¶ A Python byte-code instruction.