Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
def
func(a):
4
if
a:
5
return
True
6
something_never_run()
Callers
6
preorder
Method · 0.50
inner
Method · 0.50
inc_x
Function · 0.50
unpack_archive
Function · 0.50
wrapper
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected