Slot
This class combines:
a package slot as per PMS 3.1.3
a dependency subslot as per PMS 8.3.3 SUB-SLOT
The subtypes for slot / subslot are not exposed in the Python bindings as of now.
- class pms_utils.atom.Slot(self: pms_utils.atom.Slot, expr: str)
Constructs a new Slot object from the input expression.
- Raises:
ValueError – The expression is invalid.
- property slot: str
- property subslot: str