.. -*-coding: utf-8 -*- Legacy Driver Framework ======================= The former metaclass based driver framework and generated Qt UI helper have been archived under ``mpylab.device.legacy``. They are not used by the active device drivers or test UIs. The current drivers use the regular ``mpylab.device.driver.DRIVER`` command dictionary implementation instead. Archived modules: * ``mpylab.device.legacy.meta_driver`` * ``mpylab.device.legacy.r_types`` * ``mpylab.device.legacy.nw_rs_zvl_metaclass`` * ``mpylab.device.legacy.Meta_ui`` These modules are kept for reference only. New drivers should not be based on them. :mod:`mpylab.device.validators` =================================== .. automodule:: mpylab.device.validators :members: :undoc-members: :no-index: :mod:`mpylab.device.mpy_exceptions` =================================== .. automodule:: mpylab.device.mpy_exceptions :members: :undoc-members: :no-index: