コード例 #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())