Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3cde440f20a9db75fb2c4e65e8e4d04a53216a2d
/
.
/
Lib
/
test
/
dis_module.py
blob: afbf600fdee22bbb87b2b4630c8e2ab2df2761f6 [
file
] [
log
] [
blame
]
Guido van Rossum
e7ba495
2007-06-06 23:52:48 +0000
[
diff
] [
blame
]
1
2
# A simple module for testing the dis module.
3
4
def
f
():
pass
5
def
g
():
pass