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

Method finalize

lantz/drivers/legacy/network.py:67–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 return self.socket.connect(self.host_port)
66
67 def finalize(self):
68 self.log_debug('Closing port {}', self.host_port)
69 return self.socket.close()
70
71 def is_open(self):
72 return self.socket.isOpen()

Callers

nothing calls this directly

Calls 2

log_debugMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected