package documentation
luna_lms – Ein multimodales Lern-Management-System Copyright (c) 2022 Florian Berger <florian.berger@posteo.de>
Package | storage |
luna_lms – Ein multimodales Lern-Management-System |
Module | webapp |
luna_lms – Ein multimodales Lern-Management-System |
From __init__.py
:
Class | MODI |
Class to define the valid presentation modes for learning content. |
Function | check |
Check if a string conforms to the title rule: At least one character. Alphanumeric characters, spaces, hyphens, underscore. Starts with an alphanumeric character. |
Constant | ADDITIONAL |
Entries to this dict will be added to the config for CherryPy. |
Constant | IMAGE |
The MIME types of files that luna_lms will recognize as images. |
Constant | LOGGER |
The general logger for luna_lms. |
Constant | STDERR |
A logging formatter for STDERR output. |
Constant | STDERR |
A logging handler for STDERR output. |
Constant | VERSION |
The program version of luna_lms. |
Constant | WRITE |
A lock to enforce only one thread can write data. |
STDERR_FORMATTER =
¶
A logging formatter for STDERR output.
Value |
|
The MIME types of files that luna_lms will recognize as images.
Value |
|