Remote addr of the callback request.
(self)
| 307 | @property |
| 308 | @has_context |
| 309 | def remote(self): |
| 310 | """ |
| 311 | Remote addr of the callback request. |
| 312 | """ |
| 313 | return _get_from_context("remote", "") |
| 314 | |
| 315 | @property |
| 316 | @has_context |
nothing calls this directly
no test coverage detected