![]() |
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 | handle |
![]() | |
def | __init__ |
def | handle_authorization |
![]() | |
def | __init__ |
def | match |
def | handle_authorization |
def | handle |
Public Attributes | |
url_map | |
A URL handler that will cause the request to be dispatched to an instance. This handler is special in that it does not have a working handle() method since the Module's dispatch logic is used to select the appropriate Instance.
def google.appengine.tools.devappserver2.module._ScriptHandler.__init__ | ( | self, | |
url_map | |||
) |
Initializer for _ScriptHandler. Args: url_map: An appinfo.URLMap instance containing the configuration for this handler.
def google.appengine.tools.devappserver2.module._ScriptHandler.handle | ( | self, | |
match, | |||
environ, | |||
start_response | |||
) |
This is a dummy method that should never be called.