MCPcopy 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
10def sysexit(stat, mode):
11 raise SystemExit(stat, 'Mode = %s' % mode)
12
13def bar(mode):
14 "bar"

Callers 1

barFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected