MCPcopy Index your code
hub / github.com/RustPython/RustPython / do_disassembly_compare

Method do_disassembly_compare

Lib/test/test_dis.py:963–966  ·  view source on GitHub ↗
(self, got, expected)

Source from the content-addressed store, hash-verified

961 return count
962
963 def do_disassembly_compare(self, got, expected):
964 if got != expected:
965 got = self.strip_addresses(got)
966 self.assertEqual(got, expected)
967
968
969class DisTests(DisTestBase):

Callers 9

do_disassembly_testMethod · 0.80
test_call_specializeMethod · 0.80
test_loop_quickenMethod · 0.80
test_disassembledMethod · 0.80

Calls 2

strip_addressesMethod · 0.95
assertEqualMethod · 0.45

Tested by

no test coverage detected