T-reX.CustomConfig

Functions

config_setup()

Copies the config files to the current working directory and adds the config directory to sys.path

config_reload()

Copies the config files back to the package directory. The user will need to restart the python session to reload the T-reX module with the updated configuration files

config_reset()

Reset config to defaults that are stored in the root directory of the package

Module Contents

T-reX.CustomConfig.config_setup()[source]

Copies the config files to the current working directory and adds the config directory to sys.path args: None returns: None

T-reX.CustomConfig.config_reload()[source]

Copies the config files back to the package directory. The user will need to restart the python session to reload the T-reX module with the updated configuration files

args: None returns: None

T-reX.CustomConfig.config_reset()[source]

Reset config to defaults that are stored in the root directory of the package

args: None returns: None