Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ stop
Function
stop
IPython/terminal/pt_inputhooks/asyncio.py:55–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
# because prompt_toolkit 2.0 uses a different event loop internally.
54
55
def
stop():
56
loop.stop()
57
58
fileno = context.fileno()
59
loop.add_reader(fileno, stop)
Callers
nothing calls this directly
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected