lenskit.pipeline.nodes.Node =========================== .. py:class:: lenskit.pipeline.nodes.Node[T](name) Representation of a single node in a :class:`Pipeline`. .. versionchanged:: 2026.1 Removed the ``types`` attribute. :Stability: Caller .. py:attribute:: __match_args__ :value: ('name',) .. py:attribute:: name :type: str The name of this node. .. py:method:: __str__()