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

Method tearDownClass

Lib/idlelib/idle_test/test_debugger.py:288–290  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

286
287 @classmethod
288 def tearDownClass(cls):
289 cls.root.destroy()
290 del cls.root
291
292 def test_init(self):
293 debugger.NamespaceViewer(self.root, 'Test')

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected