Skip to content

Commit

Permalink
extend iter_prefixes_upto_delimiter docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum authored and fmarczin committed Jul 26, 2019
1 parent a13442b commit 3c4ba59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions simplekv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ def iter_prefixes_upto_delimiter(self, delimiter, prefix=u""):
The uniqueness of the prefixes is ensured.
The default uses an naive key iteration. Some backends may implement more efficient
variants.
:raises exceptions.IOError: If there was an error accessing the store.
"""
dlen = len(delimiter)
Expand Down

0 comments on commit 3c4ba59

Please sign in to comment.