SUAVE  2.5.2
An Aerospace Vehicle Environment for Designing Future Aircraft
SUAVE.Plugins.pint.unit.UnitsContainer Class Reference
Inheritance diagram for SUAVE.Plugins.pint.unit.UnitsContainer:

Public Member Functions

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)
 

Detailed Description

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: