예제 #1
0
 def get_attachments(self):
     return [Attachments.from_json(attachments_json) for attachments_json in self.fetch_attachments(force=True)]
예제 #2
0
파일: card.py 프로젝트: ivo-me/py-trello
 def get_attachments(self):
     return [
         Attachments.from_json(attachments_json)
         for attachments_json in self.fetch_attachments(force=True)
     ]