csc.update.ActivityAttribute¶
- class csc.update.ActivityAttribute¶
ActivityAttribute represents the activity of the data function. It should be bool. If true - function is active, if false - inactive. If not set - always active. It is an input-only attribute.
- __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
- __init__(*args, **kwargs)¶
- __module__ = 'csc.update'¶