MCPcopy Index your code
hub / github.com/bpython/bpython / SystemExitFromCodeRunner

Class SystemExitFromCodeRunner

bpython/curtsiesfrontend/coderunner.py:27–29  ·  view source on GitHub ↗

If this class is returned, a SystemExit happened while in the code greenlet

Source from the content-addressed store, hash-verified

25
26
27class SystemExitFromCodeRunner(SystemExit):
28 """If this class is returned, a SystemExit happened while in the code
29 greenlet"""
30
31
32class RequestFromCodeRunner:

Callers 1

run_codeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected