MCPcopy Index your code
hub / github.com/python/cpython / _sigcont_handler

Method _sigcont_handler

Lib/_pyrepl/unix_console.py:226–228  ·  view source on GitHub ↗
(self, signum, frame)

Source from the content-addressed store, hash-verified

224 signal.signal(signal.SIGCONT, self._sigcont_handler)
225
226 def _sigcont_handler(self, signum, frame):
227 self.restore()
228 self.prepare()
229
230 def __read(self, n: int) -> bytes:
231 return os.read(self.input_fd, n)

Callers

nothing calls this directly

Calls 2

restoreMethod · 0.95
prepareMethod · 0.95

Tested by

no test coverage detected