Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ __init__
Method
__init__
bpython/repl.py:359–360 ·
view source on GitHub ↗
(self, config: Config)
Source
from the content-addressed store, hash-verified
357
358
class
NoInteraction(Interaction):
359
def
__init__(self, config: Config):
360
super().__init__(config)
361
362
def
confirm(self, s: str) -> bool:
363
return
False
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected