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

Method test_disassembled

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

Source from the content-addressed store, hash-verified

2363 self.assertRegex(b.info(), expected)
2364
2365 def test_disassembled(self):
2366 actual = dis.Bytecode(_f).dis()
2367 self.do_disassembly_compare(actual, dis_f)
2368
2369 def test_from_traceback(self):
2370 tb = get_tb()

Callers

nothing calls this directly

Calls 2

disMethod · 0.80

Tested by

no test coverage detected