:mod:`memote.experimental.medium` ================================= .. py:module:: memote.experimental.medium .. autoapi-nested-parse:: Provide a class for medium definitions. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.experimental.medium.Medium .. py:class:: Medium(**kwargs) Bases: :class:`memote.experimental.experimental_base.ExperimentalBase` Represent a specific medium condition. .. !! processed by numpydoc !! .. attribute:: SCHEMA :annotation: = medium.json .. method:: validate(self, model, checks=None) Use a defined schema to validate the medium table format. .. !! processed by numpydoc !! .. method:: apply(self, model) Set the defined medium on the given model. .. !! processed by numpydoc !!