API Reference enumerables

enumerables

A simplified custom Enum class since IronPython doesn’t have an enum.

Source: honeybee_ph_utils/enumerables.py


ValueNotAllowedError

Error raised when a value is not in the allowed list of a CustomEnum.

Inherits from: Exception

Attributes

AttributeTypeDescription
messageformatHuman-readable error message showing the invalid value and the allowed options.

CustomEnum

A simplified custom Enum class since IronPython doesn’t have an enum.