[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["`ListCursor` is a query cursor designed for use with a list of entities within the Google App Engine datastore."],["The `ListCursor` class inherits functionalities from `BaseCursor` and `expected_type` and is initialized with parameters like `query`, `dsquery`, `orders`, `index_list`, and `results`."],["The `keys_only` public property indicates whether the query is exclusively retrieving keys, omitting full entity data."],["The `PopulateQueryResult` method allows for populating a `QueryResult` with data from the cursor, given a specified count and other parameters."],["The `PopulateQueryResult` method may raise a `datastore_errors.BadArgumentError` if a provided offset is incompatible with the initial offset from the `RunQuery` operation."]]],[]]