Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ file_prompt
Method
file_prompt
bpython/repl.py:354–355 ·
view source on GitHub ↗
(self, s: str)
Source
from the content-addressed store, hash-verified
352
353
@abc.abstractmethod
354
def
file_prompt(self, s: str) -> str | None:
355
pass
356
357
358
class
NoInteraction(Interaction):
Callers
2
write2file
Method · 0.45
prompt_undo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected