rep1/python37/Lib/test/dis_module.py

6 lines
76 B
Python
Raw Normal View History

2024-11-21 09:00:42 +08:00
# A simple module for testing the dis module.
def f(): pass
def g(): pass