ansys.dpf.core.inputs._Inputs ============================= .. py:class:: ansys.dpf.core.inputs._Inputs(dict_inputs, operator) .. py:attribute:: _dict_inputs .. py:attribute:: _operator .. py:attribute:: _inputs :value: [] .. py:attribute:: _connected_inputs .. py:method:: __str__() .. py:method:: connect(inpt) Connect any input (an entity or an operator output) to any input pin of this operator. Searches for the input type corresponding to the output. .. deprecated:: Deprecated in favor of explicit output-to-input connections. :param inpt: :type inpt: str, int, double, bool, list[int], list[float], Field, FieldsContainer, Scoping, Enum, :param ScopingsContainer: Input of the operator. :type ScopingsContainer: E501 :param MeshedRegion: Input of the operator. :type MeshedRegion: E501 :param MeshesContainer: Input of the operator. :type MeshesContainer: E501 :param DataSources: Input of the operator. :type DataSources: E501 :param CyclicSupport: Input of the operator. :type CyclicSupport: E501 :param Outputs: Input of the operator. :type Outputs: E501 :param os.PathLike # noqa: Input of the operator. :type os.PathLike # noqa: E501 .. py:method:: _add_input(pin, spec, count_ellipsis=-1) .. py:method:: __call__(inpt) .. py:method:: __getitem__(item) -> Input