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

Method test_disassembled

Lib/test/test_dis.py:2359–2361  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2357
2358 @unittest.expectedFailure # TODO: RUSTPYTHON
2359 def test_disassembled(self):
2360 actual = dis.Bytecode(_f).dis()
2361 self.do_disassembly_compare(actual, dis_f)
2362
2363 def test_from_traceback(self):
2364 tb = get_tb()

Callers

nothing calls this directly

Calls 2

disMethod · 0.80

Tested by

no test coverage detected