Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Function
close
Lib/idlelib/idle_test/htest.py:425–426 ·
view source on GitHub ↗
(_=None)
Source
from the content-addressed store, hash-verified
423
pass
424
425
def
close(_=None):
426
root.destroy()
427
428
button = tk.Button(root, textvariable=test_name,
429
default=
'active'
, command=run_test)
Callers
7
run
Method · 0.50
_running
Method · 0.50
close
Method · 0.50
_stop_locked
Method · 0.50
stop
Method · 0.50
_afterfork
Method · 0.50
_serve
Method · 0.50
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…