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 x.__class__.__doc__ 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 Sat Sep 19 14:56:34 2009 | http://epydoc.sourceforge.net |