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

Method close

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

Source from the content-addressed store, hash-verified

297 self.sock.connect((self.host, self.port))
298
299 def close(self):
300 self.sock.close()
301
302 def do_call(self):
303 call = self.packer.get_buf()

Callers 9

finalizeMethod · 0.45
closeMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
closeMethod · 0.45
forksessionMethod · 0.45
finalizeMethod · 0.45
finalizeMethod · 0.45
finalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected