Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ SystemExitRequest
Class
SystemExitRequest
bpython/curtsiesfrontend/coderunner.py:52–56 ·
view source on GitHub ↗
Running code raised a SystemExit
Source
from the content-addressed store, hash-verified
50
51
52
class
SystemExitRequest(RequestFromCodeRunner):
53
""
"Running code raised a SystemExit"
""
54
55
def
__init__(self, *args):
56
self.args = args
57
58
59
class
CodeRunner:
Callers
1
_blocking_run_code
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected