| Home | Trees | Indices | Help |
|
|---|
|
|
This class represents a db.Model or
db.Expando class as the typed object is being read from the
AMF stream. Once the attributes have been read from the stream and
through the magic of Python, the instance of this class will be converted
into the correct type.
See Also: DataStoreClassAlias.applyAttributes
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
db.Model or db.Expando
|
klass The referenced class either db.Model or
db.Expando.
|
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|||
klassThe referenced class eitherdb.Model or
db.Expando. This is used so we can proxy some of the method
calls during decoding.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jul 18 11:43:58 2011 | http://epydoc.sourceforge.net |