| 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. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Gets a function used to encode the data.
|
Gets a function used to encode the data.
|
Writes the data.
|
|
|||
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.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 30 00:07:56 2008 | http://epydoc.sourceforge.net |