Undocumented
Module | basedirs |
This module defines the search path for zim config files following the freedesktop.org (XDG) Base Dir specification. |
Module | dicts |
This module contains base classes to map config files to dicts |
Module | manager |
No module docstring; 0/2 variable, 0/2 function, 6/6 classes documented |
From __init__.py
:
Function | data_dir |
No summary |
Function | data_dirs |
No summary |
Function | data_file |
No summary |
Function | user_dirs |
No summary |
Variable | logger |
Undocumented |
Parameters | |
path | a file path relative to to the data dir, including this will list sub-folders with this relative path. |
include_non_existing | if False only existing folders are returned |
Returns | |
yields LocalFolder objects for the data dirs |
Parameters | |
path | a file path relative to to the data dir |
Returns | |
a Dir object or None |
Parameters | |
path | a file path relative to to the data dir (e.g. "zim.png") |
Returns | |
a File object or None |