Files
Android11_RK3568_Lubancat2/external/python/cpython3/Lib/test/dis_module.py
2023-05-14 11:44:44 +00:00

6 lines
76 B
Python

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