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

Method handle

Lib/idlelib/rpc.py:516–518  ·  view source on GitHub ↗

handle() method required by socketserver

(self)

Source from the content-addressed store, hash-verified

514 socketserver.BaseRequestHandler.__init__(self, sock, addr, svr)
515
516 def handle(self):
517 "handle() method required by socketserver"
518 self.mainloop()
519
520 def get_remote_proxy(self, oid):
521 return RPCProxy(self, oid)

Callers

nothing calls this directly

Calls 1

mainloopMethod · 0.45

Tested by

no test coverage detected