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

Method connect

lantz/drivers/legacy/rpc.py:765–768  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

763 self.connect()
764
765 def connect(self):
766 self.sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
767 self.prot = IPPROTO_UDP
768 self.sock.bind((self.host, self.port))
769
770 def loop(self):
771 while 1:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected