Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ _dis_to_text
Function
_dis_to_text
pytest/validate.py:22–23 ·
view source on GitHub ↗
(co)
Source
from the content-addressed store, hash-verified
20
import
six
21
22
def
_dis_to_text(co):
23
return
Bytecode(co).dis()
24
25
26
def
print_diff(original, uncompyled):
Callers
1
validate_uncompyle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected