:py:mod:`wandb_utils.config` ============================ .. py:module:: wandb_utils.config Module Contents --------------- .. py:data:: logger .. py:data:: DEFAULT_CONFIG :annotation: :Dict .. py:data:: LOCAL_CONFIG_FILENAME :annotation: = .wandb_utils_config.yaml .. py:data:: GLOBAL_CONFIG_FILENAME .. py:data:: RAW_CONFIG :annotation: :Optional[Dict] .. py:data:: GLOBAL_SETTINGS :annotation: :Optional[Dict] .. py:function:: load_commands_config(config_file: Optional[Union[str, pathlib.Path]] = None, cmd_name: Optional[str] = None) -> Dict .. py:function:: load_config(config_file: Optional[Union[str, pathlib.Path]] = None, cmd_name: Optional[str] = None) -> Tuple[Dict, Dict] .. py:data:: F .. py:function:: use_config(f: F) -> F Reads an set the config on the default_map. .. py:function:: config_file_decorator()