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

Method device_remote

lantz/drivers/legacy/vxi11.py:239–243  ·  view source on GitHub ↗
(self, link, flags, lock_timeout, io_timeout)

Source from the content-addressed store, hash-verified

237 self.unpacker.unpack_device_error)
238
239 def device_remote(self, link, flags, lock_timeout, io_timeout):
240 params = (link, flags, lock_timeout, io_timeout)
241 return self.make_call(DEVICE_REMOTE, params,
242 self.packer.pack_device_generic_parms,
243 self.unpacker.unpack_device_error)
244
245 def device_local(self, link, flags, lock_timeout, io_timeout):
246 params = (link, flags, lock_timeout, io_timeout)

Callers 1

remoteMethod · 0.80

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected