Package twisted :: Package world :: Module typemap
[show private | hide private]
[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
instance method getMapper
MetaStorable Storable
MetaStorable StringStore
tuple _db_nil
TypeMapperRegistry _defaultMapper

Variable Details

getMapper

getMapper = twisted.world.typemap.TypeMapperRegistry.getMapper

Storable

Type:
MetaStorable
Value:
<class 'twisted.world.storable.Storable'>                              

StringStore

Type:
MetaStorable
Value:
<class 'twisted.world.allocator.StringStore'>                          

_db_nil

Type:
tuple
Value:
(0, 0)                                                                 

_defaultMapper

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

Generated by Epydoc 1.1 on Fri Jun 27 03:49:20 2003 http://epydoc.sf.net