Home
last modified time | relevance | path

Searched refs:view_text (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_help_about.py158 cls.orig_view = textview.view_text
162 textview.view_text = cls.view
167 textview.view_text = cls.orig_view
H A Dtest_textview.py158 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 Dtest_squeezer.py14 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 Dtextview.py150 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 Dsqueezer.py23 from idlelib.textview import view_text namespace
182 view_text(self.text, "Squeezed Output Viewer", self.s,
H A Dhelp_about.py182 self._current_textview = textview.view_text(
H A Dconfigdialog.py31 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__.py94 from idlelib.textview import view_text namespace
324 view_text(self.root, help_label, help_file)

Completed in 9 milliseconds