google.appengine.api.datastore.AllocateIdsAsync

Asynchronously allocates a range of IDs.

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

An async (start, end) of the allocated range, inclusive.