def __init__(self, contents=None): self.lazy_init_lock_ = _Lock() if contents is not None: self.MergeFromString(contents)
def __init__(self, contents=None): self.result_ = QueryResult() self.entity_group_key_ = Reference() self.lazy_init_lock_ = _Lock() if contents is not None: self.MergeFromString(contents)
def __init__(self, contents=None): self.result_ = google.appengine.datastore.datastore_v3_pb.QueryResult() self.entity_group_key_ = google.appengine.datastore.entity_pb.Reference() self.lazy_init_lock_ = _Lock() if contents is not None: self.MergeFromString(contents)