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

Method connect

lantz/drivers/legacy/vxi11.py:198–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
197
198 def connect(self):
199 # Overrides connect method from parent class to avoid automatic
200 # opening of connection.
201 pass
202
203 def create_link(self, id, lock_device, lock_timeout, name):
204 params = (id, lock_device, lock_timeout, name)

Callers 1

initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected