MCPcopy 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

runMethod · 0.50
_runningMethod · 0.50
closeMethod · 0.50
_stop_lockedMethod · 0.50
stopMethod · 0.50
_afterforkMethod · 0.50
_serveMethod · 0.50

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…