![]() |
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 | HandleDiscoveryRequest |
Static Public Attributes | |
dictionary | API_CONFIG |
Implements the local devserver discovery service. This has a static minimal version of the discoverable part of the discovery .api file. It only handles returning the discovery doc and directory, and ignores directory parameters to filter the results. The discovery docs/directory are created by calling a cloud endpoint discovery service to generate the discovery docs/directory from an .api file/set of .api files.
def google.appengine.tools.dev_appserver_apiserver.DiscoveryService.__init__ | ( | self, | |
config_manager, | |||
api_request, | |||
outfile | |||
) |
Initializes an instance of the DiscoveryService. Args: config_manager: an instance of ApiConfigManager. api_request: an instance of ApiRequest. outfile: the CGI file object to write the response to.
def google.appengine.tools.dev_appserver_apiserver.DiscoveryService.HandleDiscoveryRequest | ( | self, | |
path | |||
) |
Returns the result of a discovery service request. Args: path: the SPI API path Returns: JSON string with result of discovery service API request.
|
static |