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

Method test_intrinsic_2

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

Source from the content-addressed store, hash-verified

1166 self.do_disassembly_test("(*a,)", dis_intrinsic_1_6)
1167
1168 def test_intrinsic_2(self):
1169 self.assertIn("CALL_INTRINSIC_2 1 (INTRINSIC_PREP_RERAISE_STAR)",
1170 self.get_disassembly("try: pass\nexcept* Exception: x"))
1171
1172 def test_big_linenos(self):
1173 def func(count):

Callers

nothing calls this directly

Calls 2

get_disassemblyMethod · 0.95
assertInMethod · 0.80

Tested by

no test coverage detected