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

Method test_distb_explicit_arg

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

Source from the content-addressed store, hash-verified

2484
2485 @unittest.expectedFailure # TODO: RUSTPYTHON
2486 def test_distb_explicit_arg(self):
2487 self.maxDiff = None
2488 tb = get_tb()
2489
2490 self.do_disassembly_compare(self.get_disassembly(tb), dis_traceback)
2491
2492
2493class TestDisTracebackWithFile(TestDisTraceback):

Callers

nothing calls this directly

Calls 3

get_disassemblyMethod · 0.95
get_tbFunction · 0.70

Tested by

no test coverage detected