panel
numerous.frameworks.panel
Module for integrating Numerous with Panel.
PanelCookieGetter
Source code in numerous/frameworks/panel.py
9 10 11 12 13 14 15 16 17 18 19 | |
cookies()
staticmethod
Get the cookies associated with the current request.
Source code in numerous/frameworks/panel.py
10 11 12 13 14 15 16 17 18 19 | |
get_session()
Get the session for the current user.
Returns:
| Name | Type | Description |
|---|---|---|
Session |
Session
|
The session for the current user. |
Source code in numerous/frameworks/panel.py
22 23 24 25 26 27 28 29 30 | |