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

Method test_distb_explicit_arg

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

Source from the content-addressed store, hash-verified

2487 self.do_disassembly_compare(self.get_disassembly(None), dis_traceback)
2488
2489 def test_distb_explicit_arg(self):
2490 self.maxDiff = None
2491 tb = get_tb()
2492
2493 self.do_disassembly_compare(self.get_disassembly(tb), dis_traceback)
2494
2495
2496class TestDisTracebackWithFile(TestDisTraceback):

Callers

nothing calls this directly

Calls 3

get_disassemblyMethod · 0.95
get_tbFunction · 0.70

Tested by

no test coverage detected