Table of Contents

Class: SI botec.py

A class representing a value and an associated unit, capable of doing conversions to base SI units.

Base Classes   
ReprMixin
    object
Methods   
Convert
__float__
__init__
__str__
  Convert 
Convert ( raw )

Take a raw unit, do any necessary conversions, extract prefixes, and convert it to a 2-tuple of the converted value and the base unit.

@staticmethod

  __float__ 
__float__ ( self )

  __init__ 
__init__ (
        self,
        value,
        unit=None,
        )

  __str__ 
__str__ ( self )


Table of Contents

This document was automatically generated on Sat Aug 26 18:38:02 2006 by HappyDoc version 2.1