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

Method on_suspend

bpython/curtsiesfrontend/repl.py:525–529  ·  view source on GitHub ↗

Will be called on sigtstp. Do whatever cleanup would allow the user to use other programs.

(self)

Source from the content-addressed store, hash-verified

523 raise NotImplementedError
524
525 def on_suspend(self):
526 """Will be called on sigtstp.
527
528 Do whatever cleanup would allow the user to use other programs."""
529 raise NotImplementedError
530
531 def after_suspend(self):
532 """Will be called when process foregrounded after suspend.

Callers 1

sigtstp_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected