![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | SetPackageEnabled |
![]() | |
def | __init__ |
def | CreateRPC |
def | MakeSyncCall |
def | SetError |
Static Public Attributes | |
THREADSAFE = True | |
![]() | |
THREADSAFE = False | |
Additional Inherited Members | |
![]() | |
request_data | |
Python only capability service stub.
def google.appengine.api.capabilities.capability_stub.CapabilityServiceStub.__init__ | ( | self, | |
service_name = 'capability_service' |
|||
) |
Constructor. Args: service_name: Service name expected for all calls.
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.