From 15ef1be5005b4a46032ee46a58ecabac41debb0b Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Fri, 24 Feb 2012 23:51:21 +0000 Subject: Docstring for the stopwatch reader (Manu Q) --- (limited to 'readers.py') diff --git a/readers.py b/readers.py index c79131f..286b330 100644 --- a/readers.py +++ b/readers.py @@ -26,6 +26,13 @@ from gettext import gettext as _ class StopWatchReader(): + """Reader for StopWatch activity. + + If the data has only one stopwatch with marks, graphic the marks. + Else, graphic the final time of the stopwatches. + + """ + def __init__(self, data): """Import chart data from file.""" -- cgit v0.9.1