App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.ext.datastore_admin.copy_handler.CopyEntity Class Reference
Inheritance diagram for google.appengine.ext.datastore_admin.copy_handler.CopyEntity:
google.appengine.ext.datastore_admin.copy_handler.RemoteCopyEntity

Public Member Functions

def map
 

Detailed Description

A class which contains a map handler to copy entities.

Member Function Documentation

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: