TempfileContext =============== (class from :py:mod:`pyomo.common.tempfiles`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common.tempfiles import * try: from pyomo.common.tempfiles import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common.tempfiles .. autoclass:: pyomo.common.tempfiles::TempfileContext :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~TempfileContext.__init__ ~TempfileContext.add_tempfile ~TempfileContext.create_tempdir ~TempfileContext.create_tempfile ~TempfileContext.gettempdir ~TempfileContext.gettempdirb ~TempfileContext.gettempprefix ~TempfileContext.gettempprefixb ~TempfileContext.mkdtemp ~TempfileContext.mkstemp ~TempfileContext.release .. rubric:: Member Documentation