MCPcopy 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
52class SystemExitRequest(RequestFromCodeRunner):
53 """Running code raised a SystemExit"""
54
55 def __init__(self, *args):
56 self.args = args
57
58
59class CodeRunner:

Callers 1

_blocking_run_codeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected