[pyar] bytecode
Terry Reedy
tjreedy en udel.edu
Sab Mayo 21 21:57:52 ART 2011
On 5/17/2011 1:17 PM, marco ramos wrote:
> Necesito leer el código fuente de un archivo .pyc
Ejemplo:
import dis,chunk
dis.dis(chunk)
Disassembly of Chunk:
Disassembly of __init__:
53 0 LOAD_CONST 1 (0)
3 LOAD_CONST 0 (None)
6 IMPORT_NAME 0 (struct)
9 STORE_FAST 5 (struct)
54 12 LOAD_CONST 7 (False)
15 LOAD_FAST 0 (self)
18 STORE_ATTR 2 (closed)
...
Library Manual: 30.12. dis — Disassembler for Python bytecode
--
Terry Jan Reedy
More information about the pyar
mailing list