locan.constants.PropertyDescription¶
- class locan.constants.PropertyDescription(name, type, unit_SI=None, unit=None, description='')[source]¶
Bases:
objectA property of a localization or group of localizations representing column names in LocData.data and LocData.properties.
- Variables:
name – property name
type – property type
unit_SI – SI unit that is appropriate for property
unit – The actual unit currently used
description – Explanation what the property represents
Methods
__init__(name, type[, unit_SI, unit, ...])Attributes
-
description:
str= ''¶
-
name:
str¶
-
type:
str¶
-
unit:
str|None= None¶
-
unit_SI:
str|None= None¶