![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Static Public Attributes | |
IDLE = apiproxy_rpc.RPC.IDLE | |
RUNNING = apiproxy_rpc.RPC.RUNNING | |
FINISHING = apiproxy_rpc.RPC.FINISHING | |
A Future has 0 or more callbacks. The callbacks will be called when the result is ready. NOTE: This is somewhat inspired but not conformant to the Future interface defined by PEP 3148. It is also inspired (and tries to be somewhat compatible with) the App Engine specific UserRPC and MultiRpc classes.