From 1ef99f3307a23fba07b99a03a381fc761e186178 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Sun, 24 Jul 2016 12:03:15 +0700 Subject: [PATCH] Note that 'eager' fetches attachments also --- trello/card.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trello/card.py b/trello/card.py index 34ee6e54..4ac97b2b 100644 --- a/trello/card.py +++ b/trello/card.py @@ -142,7 +142,8 @@ def __repr__(self): def fetch(self, eager=True): """ Fetch all attributes for this card - :param eager: If eager is true comments and checklists will be fetched immediately, otherwise on demand + + :param eager: If eager, comments, checklists and attachments will be fetched immediately, otherwise on demand """ json_obj = self.client.fetch_json( '/cards/' + self.id,