csc.update.RegularFunctionAttribute

class csc.update.RegularFunctionAttribute

RegularFunctionAttribute represents an attribute of a data function. It can be connected with data attributes.

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