Package twisted :: Package world :: Module typemap
[frames | no frames]

Module twisted.world.typemap

Classes
AbstractTypeMapper  
EnumTypeMapper Map from a list of values given to the contstructor to an integer in the database.
ITypeMapper I map between high-level (possibly variable length) python types and low-level (guaranteed fixed length) attributes and allow objects to be stored in a fixed-length record store.
NoneTypeMapper This shouldn't really get used...
ObjectTypeMapper  
StorableDictionaryTypeMapper  
StorableListTypeMapper  
TupleTypeMapper  
TypeMapperMapper  
TypeMapperRegistry  
TypeTypeMapper  
Varchar  

Variable Summary
tuple _db_nil = (0, 0)
TypeMapperRegistry _defaultMapper = <twisted.world.typemap.TypeMapperRegist...
instance method getMapper = twisted.world.typemap.TypeMapperRegistry.getMapper

Variable Details

_db_nil

Type:
tuple
Value:
(0, 0)                                                                 

_defaultMapper

Type:
TypeMapperRegistry
Value:
<twisted.world.typemap.TypeMapperRegistry instance at 0x8a4c864>       

Generated by Epydoc 2.0 on Sat Sep 13 04:20:41 2003 http://epydoc.sf.net