license
This class represents the LICENSE ebuild variable as per PMS 7.3.
- class pms_utils.ebuild.license(self, expr: str)
 Constructs a new license object from the input expression.
- Raises:
 ValueError – The expression is invalid.
- __iter__(self) collections.abc.Iterator[pms_utils.ebuild.license_elem | pms_utils.ebuild.license]
 
- property conditional: pms_utils.depend.UseConditional | pms_utils.depend.GroupHeaderOp | None
 (self) -> pms_utils.depend.UseConditional | pms_utils.depend.GroupHeaderOp | None
- property nodes: list[pms_utils.ebuild.license_elem | pms_utils.ebuild.license]
 (self) -> list[pms_utils.ebuild.license_elem | pms_utils.ebuild.license]