![]() |
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 | post |
![]() | |
def | init_xsrf |
def | dispatch |
def | render |
def | dispatcher |
def | configuration |
Static Public Attributes | |
int | BLOBS_PER_PAGE = 20 |
A handler that displays information about blobstore blobs.
def google.appengine.tools.devappserver2.admin.blobstore_viewer.BlobstoreRequestHandler.post | ( | self | ) |
Deletes blobs identified in 'blob_key' form variables. Multiple keys can be specified e.g. '...&blob_key=key1&blob_key=key2'. Redirects the client back to the value specified in the 'return_to' form variable.