Files
UnrealEngine/Engine/Binaries/ThirdParty/Python3/Win64/Lib/test/dis_module.py
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

6 lines
76 B
Python

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