google.appengine.api.datastore.PutAsync

Asynchronously store one or more entities in the datastore.

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