MCPcopy
hub / github.com/django/django / HttpResponseServerError

Class HttpResponseServerError

django/http/response.py:729–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727
728
729class HttpResponseServerError(HttpResponse):
730 status_code = 500
731
732
733class Http404(Exception):

Callers 6

server_errorFunction · 0.90
file_upload_viewFunction · 0.90
file_upload_view_verifyFunction · 0.90
file_upload_unicode_nameFunction · 0.90
internal_server_errorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected