Ejemplo n.º 1
0
 def append_entity(self, entity):
     self.parent_dict[remote_values(self.prop, entity)].append(
         entity
     )
Ejemplo n.º 2
0
 def append_entity(self, entity):
     self.parent_dict[remote_values(self.prop, entity)].append(entity)
Ejemplo n.º 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)
Ejemplo n.º 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)