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

Method tearDownClass

Lib/idlelib/idle_test/test_browser.py:28–32  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

26
27 @classmethod
28 def tearDownClass(cls):
29 cls.mb.close()
30 cls.root.update_idletasks()
31 cls.root.destroy()
32 del cls.root, cls.mb
33
34 def test_init(self):
35 mb = self.mb

Callers

nothing calls this directly

Calls 3

update_idletasksMethod · 0.80
closeMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected