module documentation

luna_lms – Ein multimodales Lern-Management-System Copyright (c) 2022 Florian Berger <florian.berger@posteo.de>

Class SQLiteStorage This class stores data in a sqlite database on disk.
Constant CONNECTIONS A dict mapping UUID ids of a course to a collections.namedtuple('Connection', ['connection', 'lock', 'mtime']). By convention, the Lock must be acquired to write data.
Constant FUZZY_RATIO The minimum term similarity ratio() to show up as a search result.
Variable Connection Undocumented
Variable IdTitle Undocumented
CONNECTIONS: dict =

A dict mapping UUID ids of a course to a collections.namedtuple('Connection', ['connection', 'lock', 'mtime']). By convention, the Lock must be acquired to write data.

Value
{}
FUZZY_RATIO: float =

The minimum term similarity ratio() to show up as a search result.

Value
0.75
Connection =

Undocumented

IdTitle =

Undocumented