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

Function _destroy_temp_root

Lib/tkinter/__init__.py:352–357  ·  view source on GitHub ↗
(master)

Source from the content-addressed store, hash-verified

350
351
352def _destroy_temp_root(master):
353 if getattr(master, '_temporary', False):
354 try:
355 master.destroy()
356 except TclError:
357 pass
358
359
360def _tkerror(err):

Callers 2

destroyMethod · 0.90
showMethod · 0.90

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…