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

Method tearDownClass

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

Source from the content-addressed store, hash-verified

19
20 @classmethod
21 def tearDownClass(cls):
22 cls.root.update_idletasks()
23 for id in cls.root.tk.call('after', 'info'):
24 cls.root.after_cancel(id)
25 cls.root.destroy()
26 del cls.root
27
28 def test_init(self):
29 e = Editor(root=self.root)

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected