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

Method test_fetch_prev_noncyclic

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

Source from the content-addressed store, hash-verified

131 self.fetch_test(False, prefix, None, None, bell=True)
132
133 def test_fetch_prev_noncyclic(self):
134 prefix = ''
135 self.history.cyclic = False
136 test = self.fetch_test
137 test(True, line2, prefix, 1)
138 test(True, line1, prefix, 0)
139 test(True, line1, prefix, 0, bell=True)
140
141 def test_fetch_next_noncyclic(self):
142 prefix = ''

Callers

nothing calls this directly

Calls 1

testFunction · 0.50

Tested by

no test coverage detected