Staging
v0.5.1
Raw File
dis_module.py

# A simple module for testing the dis module.

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