Home | Trees | Indices | Help |
|
---|
|
Base AMF decoder.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
An instance of BaseDecoder.context_class
|
context_class The context for the decoding. |
||
list
|
type_map =
|
||
BufferedByteStream |
stream The underlying data stream. |
||
bool
|
strict Defines how strict the decoding should be. |
||
datetime.timedelta
|
timezone_offset The offset from UTC for any datetime objects being decoded. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Reads an AMF3 element from the data stream.
|
|
context_classThe context for the decoding.
|
strictDefines how strict the decoding should be. For the time being this relates to typed objects in the stream that do not have a registered alias. Introduced in 0.4.
|
timezone_offsetThe offset from UTC for any datetime objects being decoded. Default toNone means no offset.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:32 2009 | http://epydoc.sourceforge.net |