tendril.utils.types.lengths module

This file is part of tendril See the COPYING, README, and INSTALL files for more information

tendril.utils.types.lengths.parse_length(value)[source]
class tendril.utils.types.lengths.Length(value)[source]

Bases: tendril.utils.types.unitbase.NumericalUnitBase

_ostrs = ['um', 'mm', 'm', 'km']
_dostr = 'm'
static _parse_func(value)