inherited

This class represents the INHERITED ebuild variable as per PMS 7.4.

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

Constructs a new inherited object from the input expression.

Raises:

ValueError – The expression is invalid.

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