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

Function getter

lantz/drivers/scpi.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 getter = None
51 else:
52 def getter(self):
53 return self.query(command + '?')
54
55 if command.endswith('?'):
56 setter = None

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected