google.appengine.api.datastore.Iterator

Thin wrapper of datastore_query.ResultsIterator.

Inherits From: ResultsIterator, expected_type

Deprecated, do not use, only for backwards compatibility.

batcher A datastore_query.Batcher

Methods

GetCompiledCursor

View source

GetIndexList

View source

Returns the list of indexes used to perform the query.

cursor

View source

Returns a cursor that points just after the last result returned.

If next() throws an exception, this function returns the end_cursor from the last successful batch or throws the same exception if no batch was successful.

index_list

View source

Returns the list of indexes used to perform the query.

next

View source

__iter__

View source