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

Method test_fetch_prev_prefix

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

Source from the content-addressed store, hash-verified

119
120 # Prefix 'a' tests skip line2, which starts with 'b'
121 def test_fetch_prev_prefix(self):
122 prefix = 'a'
123 self.text.insert('iomark', prefix)
124 self.fetch_test(True, line1, prefix, 0)
125 self.fetch_test(True, prefix, None, None, bell=True)
126
127 def test_fetch_next_prefix(self):
128 prefix = 'a'

Callers

nothing calls this directly

Calls 2

fetch_testMethod · 0.95
insertMethod · 0.45

Tested by

no test coverage detected