[[["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 2022-09-30 UTC."],[[["This function, aliased as `google.appengine.ext.db.save`, stores one or more `Model` instances in the datastore."],["It accepts either a single `Model` instance or a list of `Model` instances as the `models` argument."],["You can provide a `datastore_rpc.Configuration` object via the `config` keyword argument."],["The function returns a `Key` if a single `Model` is provided, or a list of `Key`s if a list of `Model`s is given."],["It can raise a `TransactionFailedError` if the data cannot be successfully committed."]]],[]]