Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _destroy_temp_root
Function
_destroy_temp_root
Lib/tkinter/__init__.py:346–351 ·
view source on GitHub ↗
(master)
Source
from the content-addressed store, hash-verified
344
345
346
def
_destroy_temp_root(master):
347
if
getattr(master,
'_temporary'
, False):
348
try
:
349
master.destroy()
350
except
TclError:
351
pass
352
353
354
def
_tkerror(err):
Callers
2
destroy
Method · 0.90
show
Method · 0.90
Calls
2
getattr
Function · 0.85
destroy
Method · 0.45
Tested by
no test coverage detected