Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
352
def
_destroy_temp_root(master):
353
if
getattr(master,
'_temporary'
, False):
354
try
:
355
master.destroy()
356
except
TclError:
357
pass
358
359
360
def
_tkerror(err):
Callers
2
destroy
Method · 0.90
show
Method · 0.90
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…