MCPcopy Create free account
hub / github.com/python/cpython / test_zoom_height_event

Method test_zoom_height_event

Lib/idlelib/idle_test/test_zoomheight.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self.assertIs(zoom.editwin, self.editwin)
32
33 def test_zoom_height_event(self):
34 zoom = zoomheight.ZoomHeight(self.editwin)
35 zoom.zoom_height_event()
36
37
38if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

zoom_height_eventMethod · 0.95

Tested by

no test coverage detected