![]() |
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 | MakeSyncCall |
![]() | |
def | __init__ |
def | MakeSyncCall |
def | CreateRPC |
Public Attributes | |
default_result_count | |
A specialised stub for accessing the App Engine datastore remotely. A specialised stub is required because there are some datastore operations that preserve state between calls. This stub makes queries possible. Transactions on the remote datastore are unfortunately still impossible.
def google.appengine.ext.remote_api.remote_api_stub.RemoteDatastoreStub.__init__ | ( | self, | |
server, | |||
path, | |||
default_result_count = 20 , |
|||
_test_stub_map = None |
|||
) |
Constructor. Args: server: The server name to connect to. path: The URI path on the server. default_result_count: The number of items to fetch, by default, in a datastore Query or Next operation. This affects the batch size of query iterators.