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

Method test_bug_708901

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

Source from the content-addressed store, hash-verified

1134 self.do_disassembly_test(f, expect, show_positions=True)
1135
1136 def test_bug_708901(self):
1137 self.do_disassembly_test(bug708901, dis_bug708901)
1138
1139 def test_bug_1333982(self):
1140 # This one is checking bytecodes generated for an `assert` statement,

Callers

nothing calls this directly

Calls 1

do_disassembly_testMethod · 0.95

Tested by

no test coverage detected