Package pyamf :: Package adapters :: Module _google_appengine_ext_db
[hide private]
[frames] | no frames]

Module _google_appengine_ext_db

source code

Google App Engine adapter module.

Sets up basic type mapping and class mappings for using the Datastore API in Google App Engine.


See Also: Datastore API on Google App Engine (external)

Author: Nick Joyce

Since: 0.3.1

Functions [hide private]
 
writeObjectAMF0(self, obj, *args, **kwargs) source code
 
writeObjectAMF3(self, obj, *args, **kwargs) source code
 
get_attrs_for_model(obj)
Returns a list of properties on an db.Model instance.
source code
 
get_attrs_for_expando(obj)
Returns a list of dynamic properties on a db.Expando instance.
source code

Imports: db, pyamf, amf0, amf3