Class MeasureBase
Declaration
@total_ordering
class MeasureBase
source linkMethods
▷ def __init__(self, default_unit=None, **kwargs) Overrides
This method is overriden in:
Overrides
This method is overriden in:
▷ def default_units(self, kwargs) Return the unit value and the default units specified from the given keyword arguments dictionary.
Class methods
▷ def unit_attname(cls, unit_str) @classmethod Retrieve the unit attribute name for the given unit string. For example, if the given unit string is 'metre', return 'm'. Raise an exception if an attribute cannot be found.
@classmethod
def unit_attname(
cls,
unit_str,
)
Subclasses