MCPcopy 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
358class NoInteraction(Interaction):

Callers 2

write2fileMethod · 0.45
prompt_undoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected