MCPcopy Create free account
hub / github.com/LabPy/lantz / __init__

Method __init__

lantz/drivers/legacy/rpc.py:702–704  ·  view source on GitHub ↗
(self, host, prog, vers, port)

Source from the content-addressed store, hash-verified

700class TCPServer(Server):
701
702 def __init__(self, host, prog, vers, port):
703 Server.__init__(self, host, prog, vers, port)
704 self.connect()
705
706 def connect(self):
707 self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

Callers

nothing calls this directly

Calls 2

connectMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected