csc.update.ActualityAttribute

class csc.update.ActualityAttribute

ActualityAttribute shows whether data is actual at the start of the graphs update. It’s always an output attribute. It can be connected with setting functions.

!Connections directly with data functions activity are not supported, use copy setting function instead)

__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'