Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ Interpreter
Class
Interpreter
bpython/test/test_interpreter.py:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
class
Interpreter(interpreter.Interp):
12
def
__init__(self):
13
super().__init__()
14
self.a = []
15
self.write = self.a.append
16
17
18
class
TestInterpreter(unittest.TestCase):
Callers
2
test_syntaxerror
Method · 0.70
test_traceback
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_syntaxerror
Method · 0.56
test_traceback
Method · 0.56