Adds the returned value (a dict) to the context for :ref:`request event `. Override this in your User class to customize the context.
(self)
| 229 | return self._greenlet |
| 230 | |
| 231 | def context(self) -> dict: |
| 232 | """ |
| 233 | Adds the returned value (a dict) to the context for :ref:`request event <request_context>`. |
| 234 | Override this in your User class to customize the context. |
| 235 | """ |
| 236 | return {} |
| 237 | |
| 238 | @classmethod |
| 239 | def json(cls): |