MCPcopy 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
11class Interpreter(interpreter.Interp):
12 def __init__(self):
13 super().__init__()
14 self.a = []
15 self.write = self.a.append
16
17
18class TestInterpreter(unittest.TestCase):

Callers 2

test_syntaxerrorMethod · 0.70
test_tracebackMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_syntaxerrorMethod · 0.56
test_tracebackMethod · 0.56