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

Method notify

bpython/urwid.py:541–542  ·  view source on GitHub ↗
(self, s, n=10, wait_for_keypress=False)

Source from the content-addressed store, hash-verified

539 self.prompt(q, callback_wrapper, single=True)
540
541 def notify(self, s, n=10, wait_for_keypress=False):
542 return self.statusbar.message(s, n)
543
544 def prompt(self, s, callback=None, single=False):
545 """Prompt the user for input. The result will be returned via calling

Callers

nothing calls this directly

Calls 1

messageMethod · 0.45

Tested by

no test coverage detected