Port ==== (class from :py:mod:`pyomo.network.port`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.network.port import * try: from pyomo.network.port import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.network.port .. autoclass:: pyomo.network.port::Port :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Port.Equality ~Port.Extensive ~Port.__init__ ~Port.clear ~Port.clear_suffix_value ~Port.cname ~Port.construct ~Port.dim ~Port.display ~Port.get_suffix_value ~Port.getname ~Port.id_index_map ~Port.index_set ~Port.is_component_type ~Port.is_constructed ~Port.is_expression_type ~Port.is_indexed ~Port.is_logical_type ~Port.is_named_expression_type ~Port.is_numeric_type ~Port.is_parameter_type ~Port.is_reference ~Port.is_variable_type ~Port.items ~Port.iteritems ~Port.iterkeys ~Port.itervalues ~Port.keys ~Port.model ~Port.parent_block ~Port.parent_component ~Port.pprint ~Port.reconstruct ~Port.root_block ~Port.set_suffix_value ~Port.set_value ~Port.to_dense_data ~Port.type ~Port.valid_model_component ~Port.values .. rubric:: Attributes .. autosummary:: ~Port.active ~Port.ctype ~Port.local_name ~Port.name .. rubric:: Member Documentation