Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ _get
Function
_get
lantz/drivers/olympus/ixbx.py:53–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
""
"
52
53
def
_get(self):
54
response = self.query(command +
'?'
)
55
return
response
56
57
def
_set(self, value):
58
self.query(
'{} {}'
.format(command, value))
Callers
1
from_feat
Method · 0.50
Calls
1
query
Method · 0.45
Tested by
no test coverage detected