View source on GitHub
|
Container of APIProxy stubs for more convenient unittesting.
Classes/variables/functions defined here:
APIProxyStubMap: Container of APIProxy stubs.apiproxy: Global instance of an APIProxyStubMap.MakeSyncCall: APIProxy entry point.UserRPC: User-visible class wrapping asynchronous RPCs.
Classes
class APIProxyStubMap: Container of APIProxy stubs for more convenient unittesting.
class ListOfHooks: An ordered collection of hooks for a particular API call.
class UserRPC: Wrapper class for asynchronous RPC.
class WaitCanceller: A helper object that can be used to cancel a UserRPC.wait_any() call.
Functions
CreateRPC(...): Creates a RPC instance for the given service.
MakeSyncCall(...): The APIProxy entry point for a synchronous API call.
Other Members | |
|---|---|
| apiproxy |
Instance of google.appengine.api.apiproxy_stub_map.APIProxyStubMap
|
View source on GitHub