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

Method tearDownClass

Lib/idlelib/idle_test/test_format.py:282–286  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

280
281 @classmethod
282 def tearDownClass(cls):
283 del cls.text, cls.formatter
284 cls.root.update_idletasks()
285 cls.root.destroy()
286 del cls.root
287
288 def test_short_line(self):
289 self.text.insert('1.0', "Short line\n")

Callers

nothing calls this directly

Calls 2

update_idletasksMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected