remove unused parameter 'pattern'
This commit is contained in:
parent
ca04fb80ca
commit
ea52051c96
1 changed files with 2 additions and 4 deletions
|
|
@ -54,12 +54,10 @@ class ICapBook(ICapCollection):
|
||||||
self._restrict_level(split_path)
|
self._restrict_level(split_path)
|
||||||
return self.iter_books()
|
return self.iter_books()
|
||||||
|
|
||||||
def iter_books(self, pattern):
|
def iter_books(self):
|
||||||
"""
|
"""
|
||||||
Iter books from a pattern.
|
Iter books.
|
||||||
|
|
||||||
:param pattern: pattern to search
|
|
||||||
:type pattern: str
|
|
||||||
:rtype: iter[:class:`Book`]
|
:rtype: iter[:class:`Book`]
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue