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: 0>
- interactive = <properties_elem_type.interactive: 1>
- live = <properties_elem_type.live: 2>
- test_network = <properties_elem_type.test_network: 3>