App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.runtime.apiproxy.RPC Class Reference
Inheritance diagram for google.appengine.runtime.apiproxy.RPC:

Public Member Functions

def __init__
 

Public Attributes

 cpu_usage_mcycles
 
 package
 

Detailed Description

A RPC object, suitable for talking to remote services.

Each instance of this object can be used only once, and should not be reused.

Stores the data members and methods for making RPC calls via the APIProxy.

Constructor & Destructor Documentation

def google.appengine.runtime.apiproxy.RPC.__init__ (   self,
  args,
  kargs 
)
Constructor for the RPC object. All arguments are optional, and
simply set members on the class. These data members will be
overriden by values passed to MakeCall.

The documentation for this class was generated from the following file: