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

Method after_suspend

doc/sphinx/source/simplerepl.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 pass
75
76 def after_suspend(self):
77 self.out("please hit enter to trigger a refresh")
78
79 def print_output(self):
80 arr, cpos = self.paint()

Callers

nothing calls this directly

Calls 1

outMethod · 0.95

Tested by

no test coverage detected