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

Class Editor

Lib/idlelib/idle_test/test_format.py:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 def undo_block_stop(self): pass
240
241class Editor:
242 def __init__(self, root):
243 self.text = TextWrapper(root)
244 get_selection_indices = EditorWindow. get_selection_indices
245
246class FormatEventTest(unittest.TestCase):
247 """Test the formatting of text inside a Text widget.

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…