syside.ChainedReferenceAccessor
- class ChainedReferenceAccessor
Bases:
ReferenceAccessor
[M
]- try_set_chain(arg: Sequence[syside.Feature], /) syside.Feature | None
Try changing the referenced
element
to a chain ofFeatures
. ReturnsNone
if this reference cannot be modified, otherwise returns a new ownedFeature
that chains allFeatures
in order.
- set_chain(arg: Sequence[syside.Feature], /) syside.Feature
try_set_chain
but instead raisesValueError
if this reference cannot be modified.