Trees | Indices | Help |
---|
|
formatting functions for storage, time, etc
Version: $Rev$
|
|||
string |
|
||
string |
|
||
string |
|
||
|
|
|||
__package__ =
|
|
Nicely formats a storage size using SI units. See Wikipedia and other sources for rationale. Prefixes are k, M, G, ... Sizes are powers of 10. Actual result should be suffixed with bit or byte, not b or B.
|
Nicely format time in a human-readable format, like 5 days 3 weeks HH:MM If fractional is zero, no seconds will be shown. If it is greater than 0, we will show seconds and fractions of seconds. As a side consequence, there is no way to show seconds without fractions)
|
Format a timestamp in a human-readable format.
|
A version of time.strftime that can handle unicode formats.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:16:55 2013 | http://epydoc.sourceforge.net |