[[["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, `GetRpcFromKwargs`, is an internal helper used by public APIs like `Get()` within the `google.appengine.api.datastore` module."],["It extracts and configures a `Configuration` object from keyword arguments (`kwargs`) passed to a public API."],["The function accepts a dictionary of keyword arguments, a boolean flag to determine rpc conversion, and a configuration class."],["It returns a `UserRPC` instance, a `Configuration` instance, or `None` based on the provided input and context."],["The function raises a `TypeError` if unexpected keyword arguments are included in the input dictionary."]]],[]]