Home | Trees | Indices | Help |
---|
|
object --+ | property --+ | lazyprop
When used like a property in a Serial class, it will act as a flag to
the serializer that only properties that are of type
serialprop
or lazyprop
are to be
serialized.
Any subclass of this will be treated the same way, so if you need your property to behave like a customizable property, then subclass away.
lazyprop indicates that on decoding, the object will have to explicitly decode all of the properties marked with lazyprop. lazyprop and serialprop may be mixed together in a class, and all serialprops will be decoded.
|
|||
|
__init__(self,
value=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| __get__(self, obj, Type=None) | ||
| __set__(self, obj, value) | ||
| __del__(self, obj) | ||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 27 16:00:25 2006 | http://epydoc.sourceforge.net |