MCPcopy
hub / github.com/django/django / get

Method get

tests/view_tests/views.py:54–58  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

52
53class Raises500View(View):
54 def get(self, request):
55 try:
56 raise Exception
57 except Exception:
58 return technical_500_response(request, *sys.exc_info())
59
60
61def raises400(request):

Callers

nothing calls this directly

Calls 1

technical_500_responseFunction · 0.90

Tested by

no test coverage detected