pyHarm._config ============== .. py:module:: pyHarm._config .. autoapi-nested-parse:: This modules handles the basic functionalities to write and load the basic configuration file for pyHarm into the HOME of the user Attributes ---------- .. autoapisummary:: pyHarm._config.CONFIG_DIR pyHarm._config.CONFIG_FILE pyHarm._config.DEFAULT_CONFIG Functions --------- .. autoapisummary:: pyHarm._config.ensure_config_exists pyHarm._config._deep_merge_dicts pyHarm._config.load_config pyHarm._config.reset_config Module Contents --------------- .. py:data:: CONFIG_DIR .. py:data:: CONFIG_FILE .. py:data:: DEFAULT_CONFIG .. py:function:: ensure_config_exists() .. py:function:: _deep_merge_dicts(base: dict, override: dict) -> dict .. py:function:: load_config(user_only: bool = False, folder_project: str = None) .. py:function:: reset_config()