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

Method tearDownClass

Lib/idlelib/idle_test/test_colorizer.py:179–184  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

177
178 @classmethod
179 def tearDownClass(cls):
180 cls.percolator.close()
181 del cls.percolator, cls.text
182 cls.root.update_idletasks()
183 cls.root.destroy()
184 del cls.root
185
186 def setUp(self):
187 self.color = colorizer.ColorDelegator()

Callers

nothing calls this directly

Calls 3

update_idletasksMethod · 0.80
closeMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected