Skip to content

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

get_cache_dir(create_if_missing=True)

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

create_cache_dir staticmethod

create_cache_dir()

Creates the cache directory.