lenskit.pipeline.nodes.ComponentNode ==================================== .. py:class:: lenskit.pipeline.nodes.ComponentNode[T](name) Bases: :py:obj:`Node`\ [\ :py:obj:`T`\ ] A node storing a component. This is an abstract node class; see subclasses :class:`ComponentConstructorNode` and `ComponentInstanceNode`. :Stability: Internal .. py:method:: create[CFG](name, comp, config = None) :staticmethod: .. py:property:: inputs :type: dict[str, lenskit.pipeline.components.ComponentInput] :abstractmethod: