Custom data set by hooks.custom_data.
(self)
| 323 | @property |
| 324 | @has_context |
| 325 | def custom_data(self): |
| 326 | """ |
| 327 | Custom data set by hooks.custom_data. |
| 328 | """ |
| 329 | return _get_from_context("custom_data", {}) |
| 330 | |
| 331 | @property |
| 332 | @has_context |
nothing calls this directly
no test coverage detected