Searched refs:view_text (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_help_about.py | 158 cls.orig_view = textview.view_text 162 textview.view_text = cls.view 167 textview.view_text = cls.orig_view
|
H A D | test_textview.py | 158 view = tv.view_text(root, 'Title', 'test text', modal=False) 185 view = tv.view_text(root, 'Title', 'test', modal=False, wrap='none') 204 self.view = tv.view_text(root, 'TITLE_TEXT', 'COMMAND', _utest=True)
|
H A D | test_squeezer.py | 14 from idlelib.textview import view_text namespace 437 with patch('idlelib.squeezer.view_text', autospec=view_text)\ 442 # Check that the expanding button called view_text.
|
/third_party/python/Lib/idlelib/ |
H A D | textview.py | 150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): function 168 Return error message if file cannot be read. Otherwise calls view_text 183 return view_text(parent, title, contents, modal, wrap=wrap,
|
H A D | squeezer.py | 23 from idlelib.textview import view_text namespace 182 view_text(self.text, "Squeezed Output Viewer", self.s,
|
H A D | help_about.py | 182 self._current_textview = textview.view_text(
|
H A D | configdialog.py | 31 from idlelib.textview import view_text namespace 207 view_text: Method from textview module. 210 view_text(self, title='Help for IDLE preferences',
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 94 from idlelib.textview import view_text namespace 324 view_text(self.root, help_label, help_file)
|
Completed in 9 milliseconds