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

Method tearDownClass

Lib/idlelib/idle_test/test_editmenu.py:30–35  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

28
29 @classmethod
30 def tearDownClass(cls):
31 del cls.text, cls.entry, cls.tentry
32 cls.root.clipboard_clear()
33 cls.root.update_idletasks()
34 cls.root.destroy()
35 del cls.root
36
37 def test_paste_text(self):
38 "Test pasting into text with and without a selection."

Callers

nothing calls this directly

Calls 3

clipboard_clearMethod · 0.80
update_idletasksMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected