MCPcopy Index your code
hub / github.com/python/cpython / get_disassemble_as_string

Method get_disassemble_as_string

Lib/test/test_dis.py:1012–1013  ·  view source on GitHub ↗
(self, func, lasti=-1)

Source from the content-addressed store, hash-verified

1010 return output.getvalue()
1011
1012 def get_disassemble_as_string(self, func, lasti=-1):
1013 return self.get_disassembly(func, lasti, False)
1014
1015 def do_disassembly_test(self, func, expected, **kwargs):
1016 self.maxDiff = None

Callers 1

test_dis_tracebackMethod · 0.95

Calls 1

get_disassemblyMethod · 0.95

Tested by

no test coverage detected