Lines Matching refs:idlelib
9 from idlelib.config import idleConf
10 from idlelib.percolator import Percolator
11 from idlelib.squeezer import count_lines_with_wrapping, ExpandingButton, \
13 from idlelib import macosx
14 from idlelib.textview import view_text
15 from idlelib.tooltip import Hovertip
320 @patch('idlelib.squeezer.Hovertip', autospec=Hovertip)
390 with patch('idlelib.squeezer.messagebox') as mock_msgbox:
401 with patch('idlelib.squeezer.messagebox') as mock_msgbox:
437 with patch('idlelib.squeezer.view_text', autospec=view_text)\