View source on GitHub |
Asynchronously deletes one or more entities from the datastore.
google.appengine.api.datastore.DeleteAsync(
keys, **kwargs
)
Identical to datastore.Delete() except returns an asynchronous object. Call
get_result()
on the return value to block on the call.