Usedeps
This class represents a list of USE dependencies as per PMS 8.3.4.
- class pms_utils.atom.Usedeps(self, expr: str)
Constructs a new Usedeps object from the input expression.
- Raises:
ValueError – The expression is invalid.
- __iter__(self) collections.abc.Iterator[pms_utils.atom.Usedep]