Disassambling code in Python: What is in the .co_code-part

Thomas Weholt thomas at cintra.no
Fri Oct 6 10:54:58 EDT 2000


what is the content of the string-attr found in :
someclass.__class__.__dict__['some'].func_code.co_code ?

Where can I find documentation of how Python is structured at this level?

I want to make a semi-disassembler/optimizer/debugging kinda thing.






More information about the Python-list mailing list