Home
last modified time | relevance | path

Searched refs:Squeezer (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_squeezer.py12 Squeezer namespace
82 """Tests for the Squeezer class."""
96 """Create an actual Squeezer instance with a mock EditorWindow."""
99 squeezer = Squeezer(editor_window)
117 """Test Squeezer.count_lines() with various inputs."""
139 """Test the creation of Squeezer instances."""
146 """Test Squeezer's overriding of the EditorWindow's write() method."""
158 """Test Squeezer's overriding of the EditorWindow's write() method."""
172 """Test Squeezer's overriding of the EditorWindow's write() method."""
295 Squeezer
[all...]
/third_party/python/Lib/idlelib/
H A Dsqueezer.py85 """Class for the "squeezed" text buttons used by Squeezer
92 Each button is tied to a Squeezer instance, and it knows to update the
93 Squeezer instance when it is expanded (and therefore removed).
142 widget, removes the button and updates the Squeezer instance.
200 class Squeezer: class
215 """Initialize settings for Squeezer.
230 # actually a wrapper for the actual Text widget. Squeezer,
272 # Add the ExpandingButton to the Squeezer's list.
338 Squeezer.reload()
H A Dpyshell.py845 from idlelib.squeezer import Squeezer namespace
919 self.squeezer = self.Squeezer(self)
H A Dconfigdialog.py36 from idlelib.squeezer import Squeezer namespace
42 Squeezer)

Completed in 8 milliseconds