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

Method remote

lantz/drivers/legacy/kentech/hri.py:70–78  ·  view source on GitHub ↗

Remote or local.

(self, value)

Source from the content-addressed store, hash-verified

68
69 @Feat(None, values={True, False})
70 def remote(self, value):
71 """Remote or local.
72 """
73 if value:
74 #self.query_expect('', None, None)
75 self.query_expect('\r', expected=None)
76 self.recv()
77 else:
78 return self.query_expect('LOCAL', chr(0), None)
79
80 @Feat(read_once=True)
81 def revision(self):

Callers

nothing calls this directly

Calls 2

query_expectMethod · 0.95
recvMethod · 0.45

Tested by

no test coverage detected