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

Method loop

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

Source from the content-addressed store, hash-verified

768 self.sock.bind((self.host, self.port))
769
770 def loop(self):
771 while 1:
772 self.session()
773
774 def session(self):
775 call, host_port = self.sock.recvfrom(8192)

Callers

nothing calls this directly

Calls 1

sessionMethod · 0.95

Tested by

no test coverage detected