def _call_fut(self, iterator, entity_pb):
     from google.cloud.datastore.query import _item_to_entity
     return _item_to_entity(iterator, entity_pb)
Exemple #2
0
    def _call_fut(self, iterator, entity_pb):
        from google.cloud.datastore.query import _item_to_entity

        return _item_to_entity(iterator, entity_pb)