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

Method EOFhook

Lib/idlelib/rpc.py:483–485  ·  view source on GitHub ↗

Classes using rpc client/server can override to augment EOF action

(self)

Source from the content-addressed store, hash-verified

481 self.exithook()
482
483 def EOFhook(self):
484 "Classes using rpc client/server can override to augment EOF action"
485 pass
486
487#----------------- end class SocketIO --------------------
488

Callers 1

handle_EOFMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected