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

Method test_explicit_first_line

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

Source from the content-addressed store, hash-verified

2342 self.assertInstructionsEqual(via_object, via_generator)
2343
2344 def test_explicit_first_line(self):
2345 actual = dis.Bytecode(outer, first_line=expected_outer_line)
2346 self.assertInstructionsEqual(list(actual), expected_opinfo_outer)
2347
2348 def test_source_line_in_disassembly(self):
2349 # Use the line in the source code

Callers

nothing calls this directly

Calls 2

listClass · 0.85

Tested by

no test coverage detected