class documentation

Adapter that adds units to objects that do not have units. The units used are chosen based on the name used for the object in the context. 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.