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

Method test_jumpy

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

Source from the content-addressed store, hash-verified

2039 self.assertInstructionsEqual(list(actual), expected_opinfo_inner)
2040
2041 def test_jumpy(self):
2042 actual = dis.get_instructions(jumpy, first_line=expected_jumpy_line)
2043 self.assertInstructionsEqual(list(actual), expected_opinfo_jumpy)
2044
2045 @requires_debug_ranges()
2046 def test_co_positions(self):

Callers

nothing calls this directly

Calls 3

listClass · 0.85
get_instructionsMethod · 0.80

Tested by

no test coverage detected