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/i2c.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'decoders/i2c.py') diff --git a/decoders/i2c.py b/decoders/i2c.py index e082763..cf16d3a 100644 --- a/decoders/i2c.py +++ b/decoders/i2c.py @@ -323,8 +323,6 @@ class Decoder(sigrok.Decoder): super(Decoder, self).put(timeoffset, duration, output_id, data) def decode(self, timeoffset, duration, data): - """I2C protocol decoder""" - self.timeoffset = timeoffset self.duration = duration print("++", timeoffset, duration, len(data)) -- cgit v1.2.3-70-g09d2