|
def | __init__ |
|
def | MakeSyncCall |
|
def | CreateRPC |
|
A stub for calling services on a remote server over HTTP.
You can use this to stub out any service that the remote server supports.
def google.appengine.ext.remote_api.remote_api_stub.RemoteStub.__init__ |
( |
|
self, |
|
|
|
server, |
|
|
|
path, |
|
|
|
_test_stub_map = None |
|
) |
| |
Constructs a new RemoteStub that communicates with the specified server.
Args:
server: An instance of a subclass of
google.appengine.tools.appengine_rpc.AbstractRpcServer.
path: The path to the handler this stub should send requests to.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/ext/remote_api/remote_api_stub.py