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

Method putx

libsigrokdecode4DSL/decoders/sle44xx/pd.py:100–101  ·  view source on GitHub ↗
(self, ss, es, cls, data)

Source from the content-addressed store, hash-verified

98 self.out_binary = self.register(srd.OUTPUT_BINARY)
99
100 def putx(self, ss, es, cls, data):
101 self.put(ss, es, self.out_ann, [cls, data,])
102
103 def putb(self, ss, es, cls , data):
104 self.put(ss, es, self.out_binary, [cls, data,])

Callers 5

flush_queuedMethod · 0.95
handle_resetMethod · 0.95
handle_commandMethod · 0.95
handle_data_byteMethod · 0.95
handle_data_bitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected