NodeInputs#

class liesel.liesel.nodes.NodeInputs(*args, **kwargs)[source]#

Bases: tuple

The inputs of a node component as a tuple with optional names.

Methods

count(value, /)

Return number of occurrences of value.

dict()

Returns the node inputs as a dictionary.

index(value[, start, stop])

Return first index of value.

items()

Returns the items of the node inputs dictionary.

keys()

Returns the keys of the node inputs dictionary.

replace(old, new)

Returns a shallow copy of the node inputs with the new node instead of the old one.

values()

Returns the values of the node inputs dictionary.