summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/dumppyc.py
Commit message (Collapse)AuthorAgeFilesLines
* Only print attributes that start with co_.Jeremy Hylton2001-09-171-1/+6
| | | | | If passed a .py file as an argument, try to find its accompanying .pyc.
* read in a .pyc file and disassemble the code objectsJeremy Hylton2000-10-091-0/+39