dis_module.py 76 B

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