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

Method connect

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

Source from the content-addressed store, hash-verified

704 self.connect()
705
706 def connect(self):
707 self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
708 self.prot = IPPROTO_TCP
709 self.sock.bind((self.host, self.port))
710
711 def loop(self):
712 self.sock.listen(0)

Callers 15

__init__Method · 0.95
__new__Method · 0.45
initializeMethod · 0.45
connectMethod · 0.45
connectMethod · 0.45
feat_keyMethod · 0.45
lantz_targetMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
setupUiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected