RemovedConstraint#
- class RemovedConstraint#
RemovedConstraint wrapper for Python.
Holds the inner
Constraint, a snapshot of its metadata, and the removal reason. As with [Constraint], the metadata snapshot does not propagate back to the originating instance — it is read-only context for inspection.- __copy__() RemovedConstraint#
- __new__(constraint: Constraint, removed_reason: str, removed_reason_parameters: Optional[Mapping[str, str]] = None) RemovedConstraint#
- __repr__() str#
- property constraint: Constraint#
Read-only property.
- property description: Optional[str]#
Read-only property.
Get the description from the underlying constraint
- property equality: Equality#
Read-only property.
Get the equality type from the underlying constraint
- property parameters: dict[str, str]#
Read-only property.
Get the parameters from the underlying constraint
- property provenance: list[Provenance]#
Read-only property.
Get the provenance chain from the underlying constraint.
See
provenancefor semantics.
- property removed_reason: str#
Read-only property.
- property removed_reason_parameters: dict[str, str]#
Read-only property.
- property subscripts: list[int]#
Read-only property.
Get the subscripts from the underlying constraint