Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ buildProtocol
Method
buildProtocol
bpython/urwid.py:91–92 ·
view source on GitHub ↗
(self, addr)
Source
from the content-addressed store, hash-verified
89
self.repl = myrepl
90
91
def
buildProtocol(self, addr):
92
return
EvalProtocol(self.repl)
93
94
95
# If Twisted is not available urwid has no TwistedEventLoop attribute.
Callers
nothing calls this directly
Calls
1
EvalProtocol
Class · 0.85
Tested by
no test coverage detected