예제 #1
0
파일: models.py 프로젝트: iwtga/openlibrary
 def is_in_private_collection(self):
     """Private collections are lendable books that should not be
     linked/revealed from OL
     """
     return private_collection_in(self.get_ia_collections())
예제 #2
0
 def is_in_private_collection(self):
     """Private collections are lendable books that should not be
     linked/revealed from OL
     """
     return private_collection_in(self.get_ia_collections())