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

Method test_fetch_next_noncyclic

Lib/idlelib/idle_test/test_history.py:141–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 test(True, line1, prefix, 0, bell=True)
140
141 def test_fetch_next_noncyclic(self):
142 prefix = ''
143 self.history.cyclic = False
144 test = self.fetch_test
145 test(False, prefix, None, None, bell=True)
146 test(True, line2, prefix, 1)
147 test(False, prefix, None, None, bell=True)
148 test(False, prefix, None, None, bell=True)
149
150 def test_fetch_cursor_move(self):
151 # Move cursor after fetch

Callers

nothing calls this directly

Calls 1

testFunction · 0.50

Tested by

no test coverage detected