|
caellion-python-commons
|
Public Member Functions | |
| def | formatSI (v, dec=0) |
| def | formatBinarySI (v, dec=0) |
| def | formatSISubValue (v, dec=0) |
| def | formatSIBinarySubValue (v, dec=0) |
| def | formatSIFullRange (v, dec) |
| def | formatUnitsPerIntervalDynamic (units, seconds, unit) |
Definition at line 12 of file formatters.py.
| def caellion.pycommons.stringutil.formatters.NumberFormatting.formatBinarySI | ( | v, | |
dec = 0 |
|||
| ) |
Definition at line 33 of file formatters.py.
| def caellion.pycommons.stringutil.formatters.NumberFormatting.formatSI | ( | v, | |
dec = 0 |
|||
| ) |
Definition at line 13 of file formatters.py.
| def caellion.pycommons.stringutil.formatters.NumberFormatting.formatSIBinarySubValue | ( | v, | |
dec = 0 |
|||
| ) |
Definition at line 77 of file formatters.py.
| def caellion.pycommons.stringutil.formatters.NumberFormatting.formatSIFullRange | ( | v, | |
| dec | |||
| ) |
Definition at line 82 of file formatters.py.
| def caellion.pycommons.stringutil.formatters.NumberFormatting.formatSISubValue | ( | v, | |
dec = 0 |
|||
| ) |
Definition at line 54 of file formatters.py.
| def caellion.pycommons.stringutil.formatters.NumberFormatting.formatUnitsPerIntervalDynamic | ( | units, | |
| seconds, | |||
| unit | |||
| ) |
Definition at line 88 of file formatters.py.