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

Method check

Lib/test/test_dis.py:1269–1272  ·  view source on GitHub ↗
(expected, **kwargs)

Source from the content-addressed store, hash-verified

1267 @unittest.expectedFailure # TODO: RUSTPYTHON
1268 def test_disassemble_recursive(self):
1269 def check(expected, **kwargs):
1270 dis = self.get_disassembly(_h, **kwargs)
1271 dis = self.strip_addresses(dis)
1272 self.assertEqual(dis, expected)
1273
1274 check(dis_nested_0, depth=0)
1275 check(dis_nested_1, depth=1)

Callers

nothing calls this directly

Calls 3

get_disassemblyMethod · 0.95
strip_addressesMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected