lenskit.pipeline.nodes.InputNode ================================ .. py:class:: lenskit.pipeline.nodes.InputNode[T](name, *, type = None) Bases: :py:obj:`Node`\ [\ :py:obj:`T`\ ] An input node. :Stability: Internal .. py:attribute:: type :type: InputNode.type[T] | types.UnionType The data type of this input.