MCPcopy
hub / github.com/django/django / text_template_path

Method text_template_path

django/views/debug.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

builtin_template_pathFunction · 0.70

Tested by

no test coverage detected