google.appengine.api.datastore.GetRpcFromKwargs

Get a Configuration object from the keyword arguments.

This is purely an internal helper for the various public APIs below such as Get().

kwargs A dict containing the keyword arguments passed to a public API.
convert_rpc If the an rpc should be converted or passed on directly.
config_class The config class that should be generated.

A UserRPC instance, or a Configuration instance, or None.

TypeError if unexpected keyword arguments are present.