Add method that is actually required
Used in galleroob and present in all CapGallery modules
This commit is contained in:
parent
9cd3192097
commit
4d74c13734
1 changed files with 9 additions and 0 deletions
|
|
@ -132,3 +132,12 @@ class ICapGallery(IBaseCap):
|
|||
:rtype: :class:`Gallery`
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_gallery_images(self, gallery):
|
||||
"""
|
||||
Iterate images from a Gallery.
|
||||
|
||||
:type gallery: BaseGallery
|
||||
:rtype: iter(BaseImage)
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue