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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Stub version of images API to be used with the dev_appserver.

Constructor & Destructor Documentation

def google.appengine.api.images.images_stub.ImagesServiceStub.__init__ (   self,
  service_name = "images",
  host_prefix = "" 
)
Preloads PIL to load all modules in the unhardened environment.

Args:
  service_name: Service name expected for all calls.
  host_prefix: the URL prefix (protocol://host:port) to preprend to
image urls on a call to GetUrlBase.

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