![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | Render |
![]() | |
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 | SUFFIX = 'confirm_backup' |
Additional Inherited Members | |
![]() | |
request | |
response | |
Handler to deal with requests from the admin console to backup data.
def google.appengine.ext.datastore_admin.backup_handler.ConfirmBackupHandler.Render | ( | cls, | |
handler | |||
) |
Rendering method that can be called by main.py. Args: handler: the webapp.RequestHandler invoking the method