settings ¶
Functions:
-
get_artifacts_folder–Linux: ~/.cache/vsscale/artifact
-
get_cache– -
get_global_cache– -
get_local_cache– -
get_model_folder– -
get_provider_folder–Linux: ~/.cache/vsscale/provider
-
get_toml_config– -
is_global_in_env–
Attributes:
-
APP_AUTHOR– -
APP_NAME– -
ENV_KEYS– -
TOML_CONFIG– -
TOML_KEYS(tuple[list[str], ...]) – -
TRUTHY–
get_artifacts_folder cached ¶
Linux: ~/.cache/vsscale/artifact
macOS: ~/Library/Caches/vsscale/artifact
Windows: ...\AppData\Local\vsjet\vsscale\Cache\artifact
Source code in vsscale/mlrt/settings.py
67 68 69 70 71 72 73 74 75 76 | |
get_cache cached ¶
Source code in vsscale/mlrt/settings.py
44 45 46 47 48 49 50 51 52 | |
get_global_cache cached ¶
get_global_cache() -> Path
Source code in vsscale/mlrt/settings.py
34 35 36 | |
get_local_cache cached ¶
get_local_cache() -> Path
Source code in vsscale/mlrt/settings.py
39 40 41 | |
get_model_folder ¶
Source code in vsscale/mlrt/settings.py
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | |
get_provider_folder cached ¶
Linux: ~/.cache/vsscale/provider
macOS: ~/Library/Caches/vsscale/provider
Windows: ...\AppData\Local\vsjet\vsscale\Cache\provider
Source code in vsscale/mlrt/settings.py
55 56 57 58 59 60 61 62 63 64 | |
get_toml_config ¶
Source code in vsscale/mlrt/settings.py
20 21 22 23 24 25 26 27 28 29 30 31 | |