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

Method __init__

Lib/idlelib/rpc.py:511–514  ·  view source on GitHub ↗
(self, sock, addr, svr)

Source from the content-addressed store, hash-verified

509 location = "#S" # Server
510
511 def __init__(self, sock, addr, svr):
512 svr.current_handler = self ## cgt xxx
513 SocketIO.__init__(self, sock)
514 socketserver.BaseRequestHandler.__init__(self, sock, addr, svr)
515
516 def handle(self):
517 "handle() method required by socketserver"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected