python_utils.load_module ======================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- load python module by name (string) Signature --------- .. code-block:: python def load_module(mname) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``mname`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text load python module by name (string)