module documentation
(source)

This module defines the search path for zim config files following the freedesktop.org (XDG) Base Dir specification.
Function log_basedirs Write the search paths used to the logger, used to generate debug output
Function set_basedirs No summary
Constant XDG_CACHE_HOME Undocumented
Constant XDG_CONFIG_DIRS Undocumented
Constant XDG_CONFIG_HOME Undocumented
Constant XDG_DATA_DIRS Undocumented
Constant XDG_DATA_HOME Undocumented
Constant ZIM_DATA_DIR Undocumented
Variable logger Undocumented
Function _split_environ_dir_list Undocumented
def log_basedirs(): (source)
Write the search paths used to the logger, used to generate debug output
def set_basedirs(_ignore_test=False): (source)
This method sets the global configuration paths for according to the freedesktop basedir specification. Called automatically when module is first loaded, should be called explicitly only when environment has changed.
XDG_CACHE_HOME = (source)

Undocumented

Value
None
XDG_CONFIG_DIRS = (source)

Undocumented

Value
None
XDG_CONFIG_HOME = (source)

Undocumented

Value
None
XDG_DATA_DIRS = (source)

Undocumented

Value
None
XDG_DATA_HOME = (source)

Undocumented

Value
None
ZIM_DATA_DIR = (source)

Undocumented

Value
None
logger = (source)

Undocumented

def _split_environ_dir_list(value, default=()): (source)

Undocumented