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

Method tearDownClass

Lib/idlelib/idle_test/test_outwin.py:29–33  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

27
28 @classmethod
29 def tearDownClass(cls):
30 cls.window.close()
31 del cls.text, cls.window
32 cls.root.destroy()
33 del cls.root
34
35 def setUp(self):
36 self.text.delete('1.0', 'end')

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected