(self)
| 321 | |
| 322 | @property |
| 323 | def text_template_path(self): |
| 324 | return builtin_template_path("technical_500.txt") |
| 325 | |
| 326 | def __init__(self, request, exc_type, exc_value, tb, is_email=False): |
| 327 | self.request = request |
nothing calls this directly
no test coverage detected