Home | Trees | Indices | Help |
|
---|
|
Base AMF encoder.
|
|||
|
|||
|
|||
callable or None .
|
|
||
callable or None .
|
|
||
|
|||
Inherited from |
|
|||
type or types.ClassType
|
context_class Holds the class that will create context objects for the implementing Encoder .
|
||
list
|
type_map =
A list of types -> functions. |
||
An instance of BaseEncoder.context_class
|
context The context for the encoding. |
||
BufferedByteStream |
stream The underlying data stream. |
||
bool , default is False.
|
strict Whether the encoder should operate in 'strict' mode. |
||
datetime.timedelta
|
timezone_offset The offset from UTC for any datetime objects being encoded. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Not possible to encode functions.
|
Gets a function used to encode the data.
|
Gets a function used to encode the data.
|
Writes the data. Overridden in subclass.
|
|
context_classHolds the class that will create context objects for the implementingEncoder .
|
type_mapA list of types -> functions. The types is a list of possible instances or functions to call (that return abool ) to
determine the correct function to call to encode the data.
|
strictWhether the encoder should operate in 'strict' mode. Nothing is really affected by this for the time being - its just here for flexibility.
|
timezone_offsetThe offset from UTC for any datetime objects being encoded. 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 |