Origin of the callback request.
(self)
| 315 | @property |
| 316 | @has_context |
| 317 | def origin(self): |
| 318 | """ |
| 319 | Origin of the callback request. |
| 320 | """ |
| 321 | return _get_from_context("origin", "") |
| 322 | |
| 323 | @property |
| 324 | @has_context |
nothing calls this directly
no test coverage detected