python (3.11.7)

(root)/
lib/
python3.11/
test/
dis_module.py
       1  
       2  # A simple module for testing the dis module.
       3  
       4  def f(): pass
       5  def g(): pass