Files
Android11/external/python/cpython3/Lib/test/dis_module.py
2023-10-13 14:01:41 +00:00

6 lines
76 B
Python

# A simple module for testing the dis module.
def f(): pass
def g(): pass