From 71071bcfd36bed13b110931a6cc8189a1493dd2a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 3 Jan 2012 20:26:29 +0100 Subject: srd: Remove decode() docstrings. This info is in the decoder's metadata, where the frontends can get it from programmatically anyway. --- decoders/transitioncounter.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'decoders/transitioncounter.py') diff --git a/decoders/transitioncounter.py b/decoders/transitioncounter.py index 70f1f1a..846e9d9 100644 --- a/decoders/transitioncounter.py +++ b/decoders/transitioncounter.py @@ -68,9 +68,6 @@ class Decoder(sigrok.Decoder): pass def decode(self, timeoffset, duration, data): - """Counts the low->high and high->low transitions in the specified - channel(s) of the signal.""" - # We should accept a list of samples and iterate... for sample in sampleiter(data, self.unitsize): -- cgit v1.2.3-70-g09d2