App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.api.capabilities.capability_stub.CapabilityServiceStub Class Reference
Inheritance diagram for google.appengine.api.capabilities.capability_stub.CapabilityServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

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

Static Public Attributes

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

Additional Inherited Members

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

Detailed Description

Python only capability service stub.

Constructor & Destructor Documentation

def google.appengine.api.capabilities.capability_stub.CapabilityServiceStub.__init__ (   self,
  service_name = 'capability_service' 
)
Constructor.

Args:
  service_name: Service name expected for all calls.

Member Function Documentation

def google.appengine.api.capabilities.capability_stub.CapabilityServiceStub.SetPackageEnabled (   self,
  package,
  enabled 
)
Set all features of a given package to enabled.

This method is thread-unsafe, so should only be called during set-up, before
multiple API server threads start.

Args:
  package: Name of package.
  enabled: True to enable, False to disable.

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