![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | Init |
def | set_class |
def | get_class |
def | ToDict |
def | ParseOptions |
def | WriteOptions |
![]() | |
def | __init__ |
def | GetValidator |
def | Set |
def | Get |
def | CheckInitialized |
def | __setattr__ |
def | __str__ |
def | __repr__ |
def | __eq__ |
def | __ne__ |
def | __hash__ |
def | ToDict |
![]() | |
def | GetValidator |
def | SetMultiple |
def | Set |
def | CheckInitialized |
def | ToDict |
def | ToYAML |
Public Attributes | |
public | |
dynamic | |
failfast | |
options | |
Static Public Attributes | |
dictionary | ATTRIBUTES |
![]() | |
ATTRIBUTES = None | |
A backend entry describes a single backend.
def google.appengine.api.backendinfo.BackendEntry.get_class | ( | self | ) |
Accessor for 'class', since an attribute reference is an error.
def google.appengine.api.backendinfo.BackendEntry.ParseOptions | ( | self | ) |
Parses the 'options' field and sets appropriate fields.
def google.appengine.api.backendinfo.BackendEntry.set_class | ( | self, | |
Class | |||
) |
Setter for 'class', since an attribute reference is an error.
def google.appengine.api.backendinfo.BackendEntry.ToDict | ( | self | ) |
Returns a sorted dictionary representing the backend entry.
def google.appengine.api.backendinfo.BackendEntry.WriteOptions | ( | self | ) |
Writes the 'options' field based on other settings.
|
static |