MCPcopy Create free account
hub / github.com/bpython/bpython / __init__

Method __init__

bpython/curtsiesfrontend/coderunner.py:55–56  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

53 """Running code raised a SystemExit"""
54
55 def __init__(self, *args):
56 self.args = args
57
58
59class CodeRunner:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected