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

Method tearDownClass

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

Source from the content-addressed store, hash-verified

279
280 @classmethod
281 def tearDownClass(cls):
282 cls.dialog.cancel()
283 del cls.dialog
284 cls.root.update_idletasks()
285 cls.root.destroy()
286 del cls.root
287
288 @mock.patch.object(config_key.GetKeysFrame, 'ok')
289 def test_ok(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