Exemplo n.º 1
0
 def get_report(self):
     if not self.contents:
         self.contents = get(self.url)
     return self.contents
Exemplo n.º 2
0
 def __get_data(self):
     url = self.base_url.format(self.anne_id)
     self.response = get(url)