예제 #1
0
 def __init__(self, contents=None):
     self.lazy_init_lock_ = _Lock()
     if contents is not None: self.MergeFromString(contents)
예제 #2
0
 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)
예제 #3
0
 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)
예제 #4
0
 def __init__(self, contents=None):
   self.lazy_init_lock_ = _Lock()
   if contents is not None: self.MergeFromString(contents)
예제 #5
0
 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)