]> sigrok.org Git - libsigrokdecode.git/commit
rgb_led_spi: adjust decoder implementation's Python style
authorGerhard Sittig <redacted>
Sun, 30 Jul 2023 15:03:39 +0000 (17:03 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Jul 2023 15:06:58 +0000 (17:06 +0200)
commitbb5af7af06b8fb1b37a88a03a94db3e35a7d15de
tree7f71f4d3907a5e2078a20eb549d4ad405a1c3bec
parente6962b3fe8260382bb9932a1cfdd7ee7090ce267
rgb_led_spi: adjust decoder implementation's Python style

Eliminate unneeded instance variables. Start from None when values are
unknown. Only access data after checking its availability. Invalidate
previously accumulated details after processing. Prefer .format() over
string modulo. Use list .clear() where applicable. Use symbolic names
for annotation classes.
decoders/rgb_led_spi/pd.py