Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ suspend_to_bg
Function
suspend_to_bg
IPython/terminal/shortcuts.py:196–197 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
194
event.app.layout.focus(DEFAULT_BUFFER)
195
196
def
suspend_to_bg(event):
197
event.app.suspend_to_background()
198
199
def
force_exit(event):
200
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected