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

Method test_fetch_prev_cyclic

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

Source from the content-addressed store, hash-verified

104 Equal(self.text.compare("insert", '==', "end-1c"), 1)
105
106 def test_fetch_prev_cyclic(self):
107 prefix = ''
108 test = self.fetch_test
109 test(True, line2, prefix, 1)
110 test(True, line1, prefix, 0)
111 test(True, prefix, None, None, bell=True)
112
113 def test_fetch_next_cyclic(self):
114 prefix = ''

Callers

nothing calls this directly

Calls 1

testFunction · 0.50

Tested by

no test coverage detected