A class which contains a map handler to copy entities.
def google.appengine.ext.datastore_admin.copy_handler.CopyEntity.map |
( |
|
self, |
|
|
|
key |
|
) |
| |
Copy data map handler.
Args:
key: Datastore entity key or entity itself to copy.
Yields:
A db operation to store the entity in the target app.
An operation which updates max used ID if necessary.
A counter operation incrementing the count for the entity kind.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/datastore_admin/copy_handler.py