flask
numerous.frameworks.flask
Module for integrating Numerous with Flask.
FlaskCookieGetter
Source code in numerous/frameworks/flask.py
9 10 11 12 13 14 15 16 | |
cookies()
Get the cookies associated with the current request.
Source code in numerous/frameworks/flask.py
10 11 12 13 14 15 16 | |
get_session()
Get the session for the current user.
Returns:
| Type | Description |
|---|---|
Session
|
The session for the current user. |
Source code in numerous/frameworks/flask.py
19 20 21 22 23 24 25 26 27 | |