Messages

class Messages
%3 Messages Messages syside.Messages ConnectorEndsAccessor ConnectorEndsAccessor syside.ConnectorEndsAccessor ConnectorEndsAccessor->Messages ChildrenNodesView ChildrenNodesView syside.ChildrenNodesView ChildrenNodesView->ConnectorEndsAccessor
Members defined in Messages (0 members)
Members inherited from ConnectorEndsAccessor (8 members)

modifiable

R

Returns True if the contents of this accessor can be modified. In such a case, try_ methods will return values, and corresponding modification methods will not raise ValueErrors.

append

Same as try_append but will raise ValueError if the contents cannot be modified.

clear

Clear the contents accessed by this accessor. Does nothing if the contents cannot be modified.

erase

Erase Feature at the specified index. Raises IndexError if the index is out of bounds.

extract

Extract Feature at the specified index. Raises IndexError if the index is out of bounds.

insert

Same as insert but will raise ValueError if the contents cannot be modified.

try_append

Try appending a new Feature. Ownership constraints apply.

try_insert

Try inserting a new Feature at the specified index. Ownership constraints apply.

Members inherited from ChildrenNodesView (6 members)

elements

R

The related elements in this container.

relationships

R

The relationships in this container.

__bool__

__getitem__

__len__

at

Used in