:py:mod:`eelib.model_connections.connections` ============================================= .. py:module:: eelib.model_connections.connections .. autoapi-nested-parse:: Module to load connection config. | Author: elenia@TUBS | Copyright 2024 elenia | This file is part of eELib, which is free software under the terms of the GNU GPL Version 3. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: eelib.model_connections.connections.get_default_connections eelib.model_connections.connections.get_connection_directions_config Attributes ~~~~~~~~~~ .. autoapisummary:: eelib.model_connections.connections.conf .. py:function:: get_default_connections() -> dict Load default connection config from model_connect_config.json file. :returns: Model connect config as Python dict. :rtype: dict .. py:function:: get_connection_directions_config() -> dict Load set directions for connections from connect_directions_config.json file. :returns: Connect direction config as Python dict, with fields "ALWAYS_WEAK", "ALWAYS_STRONG", and "STRONG_DIR". :rtype: dict .. py:data:: conf