xref
: /
third_party
/
python
/
Lib
/
test
/
dis_module.py
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/test/
1
2
# A simple module for testing the dis module.
3
4
def
f():
pass
5
def
g():
pass
6