| Home | Trees | Indices | Help |
|
|---|
|
|
Small shared routines: numericStringSort -- sort list of strings according to numeric value safeCPickleDumps -- same as cPickleDumps, but safe for NaN and Inf
|
|||
|
|||
|
|||
|
|||
__id__ =
|
|||
|
|||
Sort list of strings inplace according to general numeric value. Each string gets split to string and integer segments to create keys for comparison. Signs, decimal points and exponents are ignored. lst -- sorted list of strings No return value to highlight inplace sorting. |
Get cPickle representation of an object possibly containing NaN or Inf. By default it uses cPickle.HIGHEST_PROTOCOL, but falls back to ASCII protocol 0 if there is SystemError frexp() exception. obj -- object to be pickled Return cPickle string. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:00 2009 | http://epydoc.sourceforge.net |