inherited
This class represents the INHERITED ebuild variable as per PMS 7.4.
- class pms_utils.ebuild.inherited(self: pms_utils.ebuild.inherited, expr: str)
Constructs a new inherited object from the input expression.
- Raises:
ValueError – The expression is invalid.
- __iter__(self: pms_utils.ebuild.inherited) Iterator[pms_utils.ebuild.inherited_elem]