|
def | __init__ (self, *args, **kwargs) |
|
def | __missing__ (self, key) |
|
def | __setitem__ (self, key, value) |
|
def | add (self, key, value) |
|
def | __eq__ (self, other) |
|
def | __str__ (self) |
|
def | __repr__ (self) |
|
def | __format__ (self, spec) |
|
def | __copy__ (self) |
|
def | __imul__ (self, other) |
|
def | __mul__ (self, other) |
|
def | __ipow__ (self, other) |
|
def | __pow__ (self, other) |
|
def | __itruediv__ (self, other) |
|
def | __truediv__ (self, other) |
|
def | __rtruediv__ (self, other) |
|
The UnitsContainer stores the product of units and their respective
exponent and implements the corresponding operations
The documentation for this class was generated from the following file:
- /Users/emiliobotero/Dropbox/SUAVE/SUAVE/trunk/SUAVE/Plugins/pint/unit.py