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.api.system.system_stub.SystemServiceStub Class Reference
Inheritance diagram for google.appengine.api.system.system_stub.SystemServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

def __init__
 
def set_backend_info
 
def get_backend_info
 
- Public Member Functions inherited from google.appengine.api.apiproxy_stub.APIProxyStub
def __init__
 
def CreateRPC
 
def MakeSyncCall
 
def SetError
 

Public Attributes

 default_cpu
 
 default_memory
 
 num_calls
 
- Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 request_data
 

Additional Inherited Members

- Static Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 THREADSAFE = False
 

Detailed Description

Python stub for System service.

This stub is very simple at the moment; it only returns fixed values.

It also provides a place for the dev_appserver to record backend info.

Constructor & Destructor Documentation

def google.appengine.api.system.system_stub.SystemServiceStub.__init__ (   self,
  default_cpu = None,
  default_memory = None,
  request_data = None 
)
Constructor.

Args:
  default_cpu: SystemStat; if set, value will be used for GetSystemStats.
  default_memory: SystemStat; if set, value will be used for GetSystemStats.
  request_data: A request_info.RequestInfo instance used to look up state
  associated with the request that generated an API call.

Member Function Documentation

def google.appengine.api.system.system_stub.SystemServiceStub.get_backend_info (   self)
Set backend info. Typically a list of BackendEntry objects.
def google.appengine.api.system.system_stub.SystemServiceStub.set_backend_info (   self,
  backend_info 
)
Set backend info. Typically a list of BackendEntry objects.

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