[cineoob] new command persons_in_common
This commit is contained in:
parent
d1ff2b16fa
commit
0036ee21a7
5 changed files with 80 additions and 1 deletions
|
|
@ -143,3 +143,13 @@ class ICapCinema(IBaseCap):
|
|||
:rtype: iter[str]
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_movie_persons_ids(self, _id):
|
||||
"""
|
||||
Get the list of person ids related to a movie.
|
||||
|
||||
:param _id: ID of movie
|
||||
:type _id: str
|
||||
:rtype: iter[str]
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue