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

Function tearDownModule

Lib/idlelib/idle_test/test_configdialog.py:42–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def tearDownModule():
43 global root, dialog
44 idleConf.userCfg = usercfg
45 tracers.detach()
46 tracers.clear()
47 changes.clear()
48 root.update_idletasks()
49 root.destroy()
50 root = dialog = None
51
52
53class ConfigDialogTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 4

update_idletasksMethod · 0.80
detachMethod · 0.45
clearMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…