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

Function _set

lantz/drivers/olympus/ixbx.py:57–58  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

55 return response
56
57 def _set(self, value):
58 self.query('{} {}'.format(command, value))
59
60 return Feat(_get, _set, doc=doc, **kwargs)
61

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected