LogStream ========= (class from :py:mod:`pyomo.common.log`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common.log import * try: from pyomo.common.log import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common.log .. autoclass:: pyomo.common.log::LogStream :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~LogStream.__init__ ~LogStream.close ~LogStream.detach ~LogStream.fileno ~LogStream.flush ~LogStream.isatty ~LogStream.read ~LogStream.readable ~LogStream.readline ~LogStream.readlines ~LogStream.redirect_streams ~LogStream.seek ~LogStream.seekable ~LogStream.tell ~LogStream.truncate ~LogStream.writable ~LogStream.write ~LogStream.writelines .. rubric:: Attributes .. autosummary:: ~LogStream.closed ~LogStream.encoding ~LogStream.errors ~LogStream.newlines .. rubric:: Member Documentation