Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.
julearn.config.get_config#
- julearn.config.get_config(key)#
Get a global config value.
- Parameters:
- keystr
The key to get.
- Returns:
- Any
The value of the key.