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

Method __init__

bpython/test/test_interpreter.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected