MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / func

Function func

test/simple_source/bug27+/05_deadcode.py:3–6  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

1# Test to see we can a program that has dead code in it.
2# This was issue #150
3def func(a):
4 if a:
5 return True
6 something_never_run()

Callers 6

preorderMethod · 0.50
innerMethod · 0.50
inc_xFunction · 0.50
unpack_archiveFunction · 0.50
wrapperFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected