MCPcopy Index your code
hub / github.com/python/cpython / tearDownClass

Method tearDownClass

Lib/idlelib/idle_test/test_zoomheight.py:21–27  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

19
20 @classmethod
21 def tearDownClass(cls):
22 cls.editwin._close()
23 cls.root.update_idletasks()
24 for id in cls.root.tk.call('after', 'info'):
25 cls.root.after_cancel(id) # Need for EditorWindow.
26 cls.root.destroy()
27 del cls.root
28
29 def test_init(self):
30 zoom = zoomheight.ZoomHeight(self.editwin)

Callers

nothing calls this directly

Calls 5

update_idletasksMethod · 0.80
after_cancelMethod · 0.80
_closeMethod · 0.45
callMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected