MCPcopy Index your code
hub / github.com/bpython/bpython / confirm

Method confirm

bpython/repl.py:344–345  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

342
343 @abc.abstractmethod
344 def confirm(self, s: str) -> bool:
345 pass
346
347 @abc.abstractmethod
348 def notify(

Callers 2

pastebinMethod · 0.45
edit_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected