def __init__(self, app_id):
     apiproxy_stub.APIProxyStub.__init__(self, SERVICE_NAME)
     self.__app_id = app_id
     self.__entity_converter = datastore_pbs.get_entity_converter()
     self.__service_converter = datastore_stub_util.get_service_converter()
     self.__service_validator = datastore_v4_validator.get_service_validator(
     )
Exemplo n.º 2
0
 def __init__(self, app_id):
   apiproxy_stub.APIProxyStub.__init__(self, SERVICE_NAME)
   self.__app_id = app_id
   self.__entity_converter = datastore_pbs.get_entity_converter()
   self.__service_validator = datastore_v4_validator.get_service_validator()