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 of Features. Returns None if this reference cannot be modified, otherwise returns a new owned Feature that chains all Features in order.

set_chain(arg: Sequence[syside.Feature], /) syside.Feature

try_set_chain but instead raises ValueError if this reference cannot be modified.