def get_report(self): if not self.contents: self.contents = get(self.url) return self.contents
def __get_data(self): url = self.base_url.format(self.anne_id) self.response = get(url)