![]() |
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 | start |
def | num |
def | execute_query |
def | get_key_values |
def | redirect_with_message |
![]() | |
def | generate |
def | base_path |
def | filter_url |
def | in_production |
def | interactive_console_enabled |
![]() | |
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 | PATH = DatastoreQueryHandler.PATH+'/edit' |
Additional Inherited Members | |
![]() | |
request | |
response | |
Request handler for the entity create/edit form. We determine how to generate a form to edit an entity by doing a query on the entity kind and looking at the set of keys and their types in the result set. We use the DataType subclasses for those introspected types to generate the form and parse the form results.