MCPcopy 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
9def f():
10 print x # would result in a 'NameError' or 'UnboundLocalError'
11 x = x+1
12 print x
13
14raise "This program can't be run"
15

Callers 2

test_globals.pyFile · 0.70
cmp_code_objectsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected