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

Method tearDownClass

Lib/idlelib/idle_test/test_colorizer.py:109–113  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

107
108 @classmethod
109 def tearDownClass(cls):
110 del cls.text
111 cls.root.update_idletasks()
112 cls.root.destroy()
113 del cls.root
114
115 def test_color_config(self):
116 text = self.text

Callers

nothing calls this directly

Calls 2

update_idletasksMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected