class documentation

class UnitConversionAdapter(UnitManipulationAdapter): (source)

View In Hierarchy

Note: This is an extremely thin wrapper around UnitManipulationAdapter. It only overrides the default settings for converters.

Class Variable converters Undocumented

Inherited from UnitManipulationAdapter:

Method adapt_getitem Convert 'value' to the desired units for objects of the given 'name'
Method adapt_setitem Convert 'value' to the desired units for objects of the given 'name'
Class Variable getitem_units Undocumented
Class Variable setitem_units Undocumented
Method _convert Find a converter for value and convert it to new_units.