[cineoob] new command persons_in_common

This commit is contained in:
Julien Veyssier 2013-03-04 16:57:47 +01:00
commit 0036ee21a7
5 changed files with 80 additions and 1 deletions

View file

@ -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()