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

Method tearDownClass

Lib/idlelib/idle_test/test_percolator.py:42–45  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

40
41 @classmethod
42 def tearDownClass(cls):
43 del cls.text
44 cls.root.destroy()
45 del cls.root
46
47 def setUp(self):
48 self.percolator = Percolator(self.text)

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected