# File: dis-example-1.py import dis def procedure(): print 'hello' dis.dis(procedure)