Skip to content

Commit

Permalink
Add Reader docstring.
Browse files Browse the repository at this point in the history
Part of #28.
  • Loading branch information
lemon24 committed May 7, 2018
1 parent 8f0204b commit 54a1f1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions reader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ def wrap_storage_exceptions(*args):

class Reader:

"""A feed reader.
Args:
path (str): Path to the reader database.
Raises:
StorageError
"""

_get_entries_chunk_size = 2 ** 8
_parse = staticmethod(parse)

Expand Down

0 comments on commit 54a1f1a

Please sign in to comment.