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

Method tearDownClass

Lib/idlelib/idle_test/test_hyperparser.py:46–49  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

44
45 @classmethod
46 def tearDownClass(cls):
47 del cls.text, cls.editwin
48 cls.root.destroy()
49 del cls.root
50
51 def setUp(self):
52 self.text.insert('insert', self.code)

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected