ScalarType ========== (enum from :py:mod:`pyomo.opt.results.container`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.opt.results.container import * try: from pyomo.opt.results.container import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.opt.results.container .. autoenum:: pyomo.opt.results.container::ScalarType :members: :inherited-members: :undoc-members: :show-inheritance: .. rubric:: Enum Members Member type: :py:class:`str` .. autosummary:: ~ScalarType.int ~ScalarType.time ~ScalarType.string ~ScalarType.float ~ScalarType.enum ~ScalarType.undefined .. rubric:: Methods .. autosummary:: ~ScalarType.encode ~ScalarType.replace ~ScalarType.split ~ScalarType.rsplit ~ScalarType.join ~ScalarType.capitalize ~ScalarType.casefold ~ScalarType.title ~ScalarType.center ~ScalarType.count ~ScalarType.expandtabs ~ScalarType.find ~ScalarType.partition ~ScalarType.index ~ScalarType.ljust ~ScalarType.lower ~ScalarType.lstrip ~ScalarType.rfind ~ScalarType.rindex ~ScalarType.rjust ~ScalarType.rstrip ~ScalarType.rpartition ~ScalarType.splitlines ~ScalarType.strip ~ScalarType.swapcase ~ScalarType.translate ~ScalarType.upper ~ScalarType.startswith ~ScalarType.endswith ~ScalarType.removeprefix ~ScalarType.removesuffix ~ScalarType.isascii ~ScalarType.islower ~ScalarType.isupper ~ScalarType.istitle ~ScalarType.isspace ~ScalarType.isdecimal ~ScalarType.isdigit ~ScalarType.isnumeric ~ScalarType.isalpha ~ScalarType.isalnum ~ScalarType.isidentifier ~ScalarType.isprintable ~ScalarType.zfill ~ScalarType.format ~ScalarType.format_map ~ScalarType.maketrans ~ScalarType.__init__ .. rubric:: Member Documentation