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

Method tearDownClass

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

Source from the content-addressed store, hash-verified

307
308 @classmethod
309 def tearDownClass(cls):
310 cls.dialog.cancel()
311 del cls.dialog
312 cls.root.update_idletasks()
313 cls.root.destroy()
314 del cls.root
315
316 def test_result(self):
317 dialog = self.dialog

Callers

nothing calls this directly

Calls 3

update_idletasksMethod · 0.80
cancelMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected