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