![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | setup_stub |
def | map |
![]() | |
def | map |
Public Attributes | |
remote_api_stub_initialized | |
A class which contains a map handler to copy entities remotely. The class manages the connection.
def google.appengine.ext.datastore_admin.copy_handler.RemoteCopyEntity.map | ( | self, | |
key | |||
) |
Copy data map handler. Args: key: Datastore entity key 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.
def google.appengine.ext.datastore_admin.copy_handler.RemoteCopyEntity.setup_stub | ( | self | ) |
Set up the remote API stub.