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