Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ f
Function
f
test/decompyle/test_globals.py:9–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
# for further information
8
9
def
f():
10
print x
# would result in a 'NameError' or 'UnboundLocalError'
11
x = x+1
12
print x
13
14
raise
"This program can't be run"
15
Callers
2
test_globals.py
File · 0.70
cmp_code_objects
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected