Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ done
Function
done
IPython/terminal/pt_inputhooks/tk.py:62–63 ·
view source on GitHub ↗
(*a)
Source
from the content-addressed store, hash-verified
60
# to process.
61
stop = [False]
62
def
done(*a):
63
stop[0] = True
64
65
root.createfilehandler(inputhook_context.fileno(), _tkinter.READABLE, done)
66
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected