MCPcopy 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

2import sys
3
4def div0():
5 "foo"
6 x = 1
7 y = 0
8 x/y
9
10def sysexit(stat, mode):
11 raise SystemExit(stat, 'Mode = %s' % mode)

Callers 1

barFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected