]> sigrok.org Git - libsigrokdecode.git/commit
srd: Properly use append() for appending to lists.
authorUwe Hermann <redacted>
Wed, 1 Feb 2012 22:14:29 +0000 (23:14 +0100)
committerUwe Hermann <redacted>
Wed, 1 Feb 2012 22:18:25 +0000 (23:18 +0100)
commit7f7ea759ebdc854beb0468b410f7d2382f291a4f
tree079e608f706706609d7fb95b81c485cc548a8396
parent156509ca42f0df2380c9f205f9aad337e1a07802
srd: Properly use append() for appending to lists.

This is not only the canonical way to do it, it's also quite a bit faster
and less memory-intensive than using '+='.
decoders/ebr30a_i2c_demux/ebr30a_i2c_demux.py
decoders/i2cdemux/i2cdemux.py
decoders/mlx90614/mlx90614.py
decoders/mx25lxx05d/mx25lxx05d.py
decoders/transitioncounter/transitioncounter.py