module documentation

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

Class Account No class docstring; 0/3 instance variable, 4/12 methods documented
Constant ACTIVE_ADDONS A dict mapping addon instances to threading.Lock instances, for resource access safety.
Constant CSS Undocumented
Constant LOGIN_CODE_FORM Undocumented
Constant THREADPOOL A concurrent.futures.ThreadPoolExecutor for short-lived background tasks.
Constant WEBAPP Undocumented
Variable account Undocumented
Function _shutdown Shutdown all addons, and clean up addon environment.
ACTIVE_ADDONS: dict =

A dict mapping addon instances to threading.Lock instances, for resource access safety.

Value
{}
CSS: str =

Undocumented

Value
'''

.account {
  margin-bottom: 1rem;
\t}

.account fieldset {
...
LOGIN_CODE_FORM: str =

Undocumented

Value
'''
<form action="/addon/account/login" method="post" class="account">

<p>
<label for="login_code">{}</label><br>
<input type="text" name="login_code" id="login_code" size="6">
<script>document.getElementById(\'login_code\').focus()</script>
...
THREADPOOL =

A concurrent.futures.ThreadPoolExecutor for short-lived background tasks.

Value
ThreadPoolExecutor(max_workers=2)
WEBAPP =

Undocumented

Value
None
account =

Undocumented

def _shutdown():

Shutdown all addons, and clean up addon environment.