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

Class DummyEditwin

Lib/idlelib/idle_test/test_autocomplete.py:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class DummyEditwin:
17 def __init__(self, root, text):
18 self.root = root
19 self.text = text
20 self.indentwidth = 8
21 self.tabwidth = 8
22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
23
24
25class AutoCompleteTest(unittest.TestCase):

Callers 1

setUpClassMethod · 0.70

Calls

no outgoing calls

Tested by 1

setUpClassMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…