ConstructionTimer ================= (class from :py:mod:`pyomo.common.timing`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common.timing import * try: from pyomo.common.timing import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common.timing .. autoclass:: pyomo.common.timing::ConstructionTimer :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ConstructionTimer.__init__ ~ConstructionTimer.report .. rubric:: Attributes .. autosummary:: ~ConstructionTimer.obj ~ConstructionTimer.timer ~ConstructionTimer.in_progress ~ConstructionTimer.msg ~ConstructionTimer.name .. rubric:: Member Documentation