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

Method tearDownClass

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

Source from the content-addressed store, hash-verified

405
406 @classmethod
407 def tearDownClass(cls):
408 del cls.text, cls.formatter, cls.editor
409 cls.root.update_idletasks()
410 cls.root.destroy()
411 del cls.root
412
413 def setUp(self):
414 self.text.insert('1.0', self.code_sample)

Callers

nothing calls this directly

Calls 2

update_idletasksMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected