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

Method __init__

bpython/test/test_repl.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33class FakeHistory(repl.History):
34 def __init__(self):
35 pass
36
37 def reset(self):
38 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected