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

Method tearDownClass

Lib/idlelib/idle_test/test_filelist.py:17–22  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

15
16 @classmethod
17 def tearDownClass(cls):
18 cls.root.update_idletasks()
19 for id in cls.root.tk.call('after', 'info'):
20 cls.root.after_cancel(id)
21 cls.root.destroy()
22 del cls.root
23
24 def test_new_empty(self):
25 flist = filelist.FileList(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