module documentation

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

Function get_bookmark Return the bookmark for the given URI. If no bookmark exists, a new one will be generated and stored in config.
Function get_url Return the tuple (course, step, mode) associated with bookmark. Whitespace and case will be ignored. If the bookmark does not exist, return None.
Constant WRITE_LOCK Undocumented
Variable config Undocumented
Variable CourseStepMode Undocumented
Variable languages Undocumented
Variable msg Undocumented
Function _convert_uuids Convert strings to UUIDs in dict.
Variable _wordlists Undocumented
def get_bookmark(course, step, mode, language):

Return the bookmark for the given URI. If no bookmark exists, a new one will be generated and stored in config.

def get_url(bookmark):

Return the tuple (course, step, mode) associated with bookmark. Whitespace and case will be ignored. If the bookmark does not exist, return None.

WRITE_LOCK =

Undocumented

Value
threading.Lock()
config =

Undocumented

CourseStepMode =

Undocumented

languages =

Undocumented

msg =

Undocumented

def _convert_uuids(d):

Convert strings to UUIDs in dict.

_wordlists: dict =

Undocumented