neptoon.config
global_configuration¶
Classes:
Functions:
GlobalConfig ¶
Configuration values that are not to be updated by the user. Should only be updated by developers when required
get_cache_dir
staticmethod
¶
Gets the cache directory on the users computer. Will automatically create it if not found by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
create_if_missing
|
bool
|
Bool, by default True |
True
|
Returns:
| Type | Description |
|---|---|
Path
|
Directory Path for cache files and logs |