Example #1
0
    def fetch(self):
        entity_id, cycle, external_ids = self.entity.entity_id, self.entity.cycle, self.entity.external_ids

        self.earmarks = earmarks_table_data(entity_id, cycle)
        self.data['local_breakdown'] = api.pol.earmarks_local_breakdown(
            entity_id, cycle)
        return True
Example #2
0
    def fetch(self):
        entity_id, cycle, external_ids = self.entity.entity_id, self.entity.cycle, self.entity.external_ids

        self.earmarks = earmarks_table_data(entity_id, cycle)
        self.data['local_breakdown'] = api.pol.earmarks_local_breakdown(entity_id, cycle)
        return True
Example #3
0
 def fetch(self):
     self.earmarks = earmarks_table_data(self.entity.entity_id, self.entity.cycle)
     return True
Example #4
0
 def fetch(self):
     self.earmarks = earmarks_table_data(self.entity.entity_id,
                                         self.entity.cycle)
     return True