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

Method __init__

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

Source from the content-addressed store, hash-verified

315
316class RawUDPClient(Client):
317 def __init__(self, host, prog, vers, port):
318 Client.__init__(self, host, prog, vers, port)
319 self.connect()
320
321 def connect(self):
322 self.sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

Callers

nothing calls this directly

Calls 2

connectMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected