Package Flatten :: Module Flatten :: Class IFlatten
[show private | hide private]
[frames | no frames]

Class IFlatten

object --+
         |
        IFlatten

Known Subclasses:
Key

Interface from which all serializable classes need to be derived. It has several methods, these need to be defined in all classes supporting the serialization protocol. Look above for a detailed explanation on them.
Method Summary
a new object with type S, a subtype of T __new__(S, ...)
  _IFlatten__serialize(self, *args, **kwargs)
  _IFlatten__unserialize(self, *args, **kwargs)

Class Variable Summary
dict _IFlatten__typeMap
classmethod _new

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Class Variable Details

_IFlatten__typeMap

Type:
dict
Value:
{}                                                                     

_new

Type:
classmethod
Value:
<classmethod object at 0x401b53a4>                                     

Generated by Epydoc 1.1 on Sun Aug 17 03:32:32 2003 http://epydoc.sf.net