:mod:`memote.suite.reporting.snapshot` ====================================== .. py:module:: memote.suite.reporting.snapshot .. autoapi-nested-parse:: Render a one-time model report. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.suite.reporting.snapshot.SnapshotReport .. data:: LOGGER .. py:class:: SnapshotReport(**kwargs) Bases: :class:`memote.suite.reporting.report.Report` Render a one-time report from the given model results. :Attributes: **result** : memote.MemoteResult The dictionary structure of results. **configuration** : memote.MemoteConfiguration A memote configuration structure. .. !! processed by numpydoc !!