keywords

This class represents the KEYWORDS ebuild variable as per PMS 7.3.3.

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

Constructs a new keywords object from the input expression.

Raises:

ValueError – The expression is invalid.

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