Exemple #1
0
 def append_entity(self, entity):
     self.parent_dict[remote_values(self.prop, entity)].append(
         entity
     )
Exemple #2
0
 def append_entity(self, entity):
     self.parent_dict[remote_values(self.prop, entity)].append(entity)
Exemple #3
0
 def fetch(self):
     for entity in self.related_entities:
         for fetcher in self.fetchers:
             if any(remote_values(fetcher.prop, entity)):
                 fetcher.append_entity(entity)
Exemple #4
0
 def fetch(self):
     for entity in self.related_entities:
         for fetcher in self.fetchers:
             if any(remote_values(fetcher.prop, entity)):
                 fetcher.append_entity(entity)