Files
UnrealEngine/Engine/Binaries/ThirdParty/Python3/Win64/Lib/test/dis_module.py
2025-05-18 13:04:45 +08:00

6 lines
76 B
Python

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