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

Method __init__

doc/sphinx/source/simplerepl.py:43–45  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

41
42class SimpleRepl(BaseRepl):
43 def __init__(self, config):
44 self.requested_events = []
45 BaseRepl.__init__(self, config, window=None)
46
47 def _request_refresh(self):
48 self.requested_events.append(bpythonevents.RefreshRequestEvent())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected