marimo
numerous.frameworks.marimo
Module for integrating Numerous with Marimo.
MarimoCookieGetter
Source code in numerous/frameworks/marimo.py
10 11 12 13 14 15 16 | |
cookies()
Get the cookies associated with the current request.
Source code in numerous/frameworks/marimo.py
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/marimo.py
19 20 21 22 23 24 25 26 27 | |