Package kiwi :: Module datatypes :: Class BaseConverter
[frames | no frames]

Type BaseConverter

object --+
         |
        BaseConverter


Abstract converter used by all datatypes
Method Summary
  as_string(self, value, format)
Return
  from_string(self, value)
Return
  get_compare_function(self)
Return
  get_mask(self)
Return

Class Variable Summary
Alignment align: The alignment of the datatype.
NoneType name: The name of the datatype.
NoneType type:  

Method Details

as_string(self, value, format)

Parameters:
value -
format -
Returns:

from_string(self, value)

Parameters:
value -
Returns:

get_compare_function(self)

Returns:

get_mask(self)

Returns:

Class Variable Details

align

The alignment of the datatype. Normally right for numbers and dates, left for others. Default is left.
Type:
Alignment
Value:
<Alignment value LEFT>                                                 

name

The name of the datatype.
Type:
NoneType
Value:
None                                                                  

type

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Mon Jan 29 16:46:04 2007 http://epydoc.sf.net