csc.update.ExternalPropertyAttribute

class csc.update.ExternalPropertyAttribute

ExternalPropertyAttribute represents an attribute of the external properties of the update. It’s always an output attribute. It is settings based and thus can be connected with setting functions or data functions activity.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

connect(self, attribute)

attribute: NodeAttribute

connected_attributes(self)

-> NodeAttribute[]

connected_leaves(self[, get_only_first])

-> NodeAttribute[]

connected_leaves_in_undirected_graph(self)

direction(self)

-> csc.DirectionValue

disconnect(*args, **kwargs)

Overloaded function.

id(self)

-> AttributeId

is_active(self)

name(self)

node(self)

-> Node

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.update'