MCPcopy Create free account
hub / github.com/bpython/bpython / after_suspend

Method after_suspend

bpython/curtsiesfrontend/repl.py:531–536  ·  view source on GitHub ↗

Will be called when process foregrounded after suspend. See to it that process_event is called with None to trigger a refresh if not in the middle of a process_event call when suspend happened.

(self)

Source from the content-addressed store, hash-verified

529 raise NotImplementedError
530
531 def after_suspend(self):
532 """Will be called when process foregrounded after suspend.
533
534 See to it that process_event is called with None to trigger a refresh
535 if not in the middle of a process_event call when suspend happened."""
536 raise NotImplementedError
537
538 # end methods that should be overridden in subclass
539

Callers 1

sigtstp_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected