google.appengine.api.datastore.GetAsync

Asynchronously retrieves one or more entities from the datastore.

Identical to datastore.Get() except returns an asynchronous object. Call get_result() on the return value to block on the call and get the results.