MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get

Method get

libsigrokdecode4DSL/decoders/graycode/pd.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 self.value = None
59
60 def get(self):
61 return self.value
62
63 def set(self, timestamp, newval):
64 if newval != self.value:

Callers 15

module_idMethod · 0.80
alarm_warningsMethod · 0.80
ad_readoutMethod · 0.80
instructions_executedMethod · 0.80
decode_data_blockMethod · 0.80
handle_bitsMethod · 0.80
decode_device_id_codeFunction · 0.80
data_outFunction · 0.80
decodeMethod · 0.80
decode_wordMethod · 0.80
lookup_proto_ann_txtMethod · 0.80
command_checkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected