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

Method close

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

Source from the content-addressed store, hash-verified

323 self.sock.connect((self.host, self.port))
324
325 def close(self):
326 self.sock.close()
327
328 def do_call(self):
329 call = self.packer.get_buf()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected