google.appengine.ext.db.get_async

Returns the specified Model instance(s) from the datastore asynchronously.

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