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.
|
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