Package xappy :: Module marshall
[frames] | no frames]

Module marshall

source code

marshall.py: Marshal values into strings

Functions
 
float_to_string(value)
Marshall a floating point number to a string which sorts in the appropriate manner.
source code
 
date_to_string(date)
Marshall a date to a string which sorts in the appropriate manner.
source code