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

Method __request_interrupt

Lib/idlelib/pyshell.py:528–529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

526 return self.rpcclt
527
528 def __request_interrupt(self):
529 self.rpcclt.remotecall("exec", "interrupt_the_server", (), {})
530
531 def interrupt_subprocess(self):
532 threading.Thread(target=self.__request_interrupt).start()

Callers

nothing calls this directly

Calls 1

remotecallMethod · 0.80

Tested by

no test coverage detected