|
PySharp Units of Measure
Units of Measure in Python
|
This class reduces a unit of measure to its most basic scalar units of measure. More...
Public Member Functions | |
| __init__ (self) | |
| explode (self, uom) | |
| explodeRecursively (self, uom, level) | |
| addTerm (self, uom, invert) | |
| buildBaseString (self) | |
| __str__ (self) | |
Public Attributes | |
| MAX_RECURSIONS | |
| STARTING_LEVEL | |
| terms | |
| mapScalingFactor | |
| pathExponents | |
| counter | |
Static Public Attributes | |
| str | MULT = '\xB7' |
| str | DIV = '/' |
| str | POW = '^' |
| str | SQ = '\xB2' |
| str | CUBED = '\xB3' |
| str | LP = '(' |
| str | RP = ')' |
| str | ONE = '1' |
This class reduces a unit of measure to its most basic scalar units of measure.