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

Method test_fetch_next_prefix

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

Source from the content-addressed store, hash-verified

125 self.fetch_test(True, prefix, None, None, bell=True)
126
127 def test_fetch_next_prefix(self):
128 prefix = 'a'
129 self.text.insert('iomark', prefix)
130 self.fetch_test(False, line1, prefix, 0)
131 self.fetch_test(False, prefix, None, None, bell=True)
132
133 def test_fetch_prev_noncyclic(self):
134 prefix = ''

Callers

nothing calls this directly

Calls 2

fetch_testMethod · 0.95
insertMethod · 0.45

Tested by

no test coverage detected