google.appengine.datastore.datastore_stub_util.LoadRecord

Prepares a record to be returned to the user.

record an EntityRecord or None
keys_only if a keys only result should be produced
property_names if not None or empty, cause a projected entity to be produced with the given properties.

A user friendly copy of record or None.