MCPcopy 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

20import six
21
22def _dis_to_text(co):
23 return Bytecode(co).dis()
24
25
26def print_diff(original, uncompyled):

Callers 1

validate_uncompyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected