Files
server/opt/plesk/python/3/lib/python3.10/test/dis_module.py
2026-01-07 20:52:11 +01:00

6 lines
76 B
Python

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