xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
dis_module.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
# A simple module for testing the dis module.
3
4
def
f
():
pass
5
def
g
():
pass
6