MCPcopy 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
346def _destroy_temp_root(master):
347 if getattr(master, '_temporary', False):
348 try:
349 master.destroy()
350 except TclError:
351 pass
352
353
354def _tkerror(err):

Callers 2

destroyMethod · 0.90
showMethod · 0.90

Calls 2

getattrFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected