![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | get |
def | SendRedirect |
def | post |
![]() | |
def | initialize |
def | get |
def | post |
def | head |
def | options |
def | put |
def | delete |
def | trace |
def | error |
def | redirect |
def | handle_exception |
def | new_factory |
def | get_url |
Static Public Attributes | |
string | MAPREDUCE_DETAIL = config.MAPREDUCE_PATH+'/detail?mapreduce_id=' |
Additional Inherited Members | |
![]() | |
request | |
response | |
Base class for all Do*Handlers.
def google.appengine.ext.datastore_admin.backup_handler.BaseDoHandler.get | ( | self | ) |
Handler for get requests to datastore_admin backup operations. Status of executed jobs is displayed.
def google.appengine.ext.datastore_admin.backup_handler.BaseDoHandler.post | ( | self | ) |
Handler for post requests to datastore_admin/backup.do. Redirects to the get handler after processing the request.
def google.appengine.ext.datastore_admin.backup_handler.BaseDoHandler.SendRedirect | ( | self, | |
path = None , |
|||
params = () |
|||
) |
Send a redirect response.