![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | kind_name |
def | key_for_kind |
def | key_to_kind |
![]() | |
def | kind |
![]() | |
def | __new__ |
def | __init__ |
def | key |
def | put |
def | delete |
def | is_saved |
def | has_key |
def | dynamic_properties |
def | instance_properties |
def | parent |
def | parent_key |
def | to_xml |
def | get |
def | get_by_key_name |
def | get_by_id |
def | get_or_insert |
def | all |
def | gql |
def | from_entity |
def | kind |
def | entity_type |
def | properties |
def | fields |
Static Public Attributes | |
string | KIND_NAME = '__kind__' |
![]() | |
string | KIND_NAME = '__BaseMetadata__' |
![]() | |
save = put | |
Model for __kind__ metadata query results.
def google.appengine.ext.db.metadata.Kind.key_for_kind | ( | cls, | |
kind | |||
) |
Return the __kind__ key for kind. Args: kind: kind whose key is requested. Returns: The key for kind.
def google.appengine.ext.db.metadata.Kind.key_to_kind | ( | cls, | |
key | |||
) |
Return the kind specified by a given __kind__ key. Args: key: key whose name is requested. Returns: The kind specified by key.
def google.appengine.ext.db.metadata.Kind.kind_name | ( | self | ) |
Return the kind name specified by this entity's key.