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

Method test_no_jump_to_non_integers

Lib/test/test_sys_settrace.py:2789–2790  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2787 output.append(8)
2788
2789 def test_no_jump_to_non_integers(self):
2790 self.run_test(no_jump_to_non_integers, 2, "Spam", [True])
2791
2792 def test_no_jump_without_trace_function(self):
2793 # Must set sys.settrace(None) in setUp(), else condition is not

Callers

nothing calls this directly

Calls 1

run_testMethod · 0.95

Tested by

no test coverage detected