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

Method tearDownClass

Lib/idlelib/idle_test/test_config_key.py:252–257  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

250
251 @classmethod
252 def tearDownClass(cls):
253 cls.dialog.cancel()
254 del cls.dialog
255 cls.root.update_idletasks()
256 cls.root.destroy()
257 del cls.root
258
259 @mock.patch.object(config_key.GetKeysFrame, 'ok')
260 def test_cancel(self, mock_frame_ok):

Callers

nothing calls this directly

Calls 3

update_idletasksMethod · 0.80
cancelMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected