xref: /third_party/python/Lib/test/dis_module.py (revision 7db96d56)
1
2# A simple module for testing the dis module.
3
4def f(): pass
5def g(): pass
6