properties_elem_type
This enum represents the type of an ebuild property as per PMS 7.3.5.
UNKNOWN
represents a property value not described in PMS.- enum pms_utils.ebuild.properties_elem_type(value)
Constructs a new properties_elem_type object from the input expression.
- Raises:
ValueError – The expression is invalid.
Valid values are as follows:
- UNKNOWN = properties_elem_type.UNKNOWN
- interactive = properties_elem_type.interactive
- live = properties_elem_type.live
- test_network = properties_elem_type.test_network