]> granicus.if.org Git - python/commit
Add a helper to display the various flags and components of code objects
authorGuido van Rossum <guido@python.org>
Wed, 30 May 2007 02:07:00 +0000 (02:07 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 30 May 2007 02:07:00 +0000 (02:07 +0000)
commit3e1b85ead189a33dc20c190bfe6428c991a8ee04
tree0a813cefd641333cac2f6db2a4417902971457cf
parentdc089b6d0756074c966d680bd62276c09bbf80a5
Add a helper to display the various flags and components of code objects
(everything besides the actual code disassembly).
Lib/dis.py