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

Method __init__

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

Source from the content-addressed store, hash-verified

759class UDPServer(Server):
760
761 def __init__(self, host, prog, vers, port):
762 Server.__init__(self, host, prog, vers, port)
763 self.connect()
764
765 def connect(self):
766 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