[cineoob] new command movies_in_common
This commit is contained in:
parent
efaee3a661
commit
a6430c96b3
5 changed files with 67 additions and 3 deletions
|
|
@ -133,3 +133,13 @@ class ICapCinema(IBaseCap):
|
|||
:rtype: iter[:class:`Movie`]
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_person_movies_ids(self, _id):
|
||||
"""
|
||||
Get the list of movie ids related to a person.
|
||||
|
||||
:param _id: ID of person
|
||||
:type _id: str
|
||||
:rtype: iter[str]
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue