Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ sysexit
Function
sysexit
IPython/core/tests/simpleerr.py:10–11 ·
view source on GitHub ↗
(stat, mode)
Source
from the content-addressed store, hash-verified
8
x/y
9
10
def
sysexit(stat, mode):
11
raise
SystemExit(stat,
'Mode = %s'
% mode)
12
13
def
bar(mode):
14
"bar"
Callers
1
bar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected