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

Method __init__

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

Source from the content-addressed store, hash-verified

289 """Client using TCP to a specific port.
290 """
291 def __init__(self, host, prog, vers, port):
292 Client.__init__(self, host, prog, vers, port)
293 self.connect()
294
295 def connect(self):
296 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