Staging
v0.8.1
Revision 1f5fd648b18a0d6fff31b73db4d9fb4158b2247e authored by Jason R. Coombs on 06 September 2016, 02:24:01 UTC, committed by Jason R. Coombs on 06 September 2016, 02:24:01 UTC
1 parent 79ae967
Raw File
dis_module.py

# A simple module for testing the dis module.

def f(): pass
def g(): pass
back to top