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

Method notify

bpython/repl.py:348–351  ·  view source on GitHub ↗
(
        self, s: str, n: float = 10.0, wait_for_keypress: bool = False
    )

Source from the content-addressed store, hash-verified

346
347 @abc.abstractmethod
348 def notify(
349 self, s: str, n: float = 10.0, wait_for_keypress: bool = False
350 ) -> None:
351 pass
352
353 @abc.abstractmethod
354 def file_prompt(self, s: str) -> str | None:

Callers 7

write2fileMethod · 0.45
copy2clipboardMethod · 0.45
pastebinMethod · 0.45
do_pastebinMethod · 0.45
insert_into_historyMethod · 0.45
prompt_undoMethod · 0.45
edit_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected