defined_phases

This class represents DEFINED-PHASES as per PMS 7.4.

class pms_utils.ebuild.defined_phases(self, expr: str)

Constructs a new defined_phases object from the input expression.

Raises:

ValueError – The expression is invalid.

__iter__(self) collections.abc.Iterator[pms_utils.ebuild.phases]