Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __call__
Method
__call__
bpython/curtsiesfrontend/_internal.py:44–45 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
42
return
False
43
44
def
__call__(self, text):
45
return
None
46
47
48
class
_Helper(_internal._Helper):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected