MCPcopy
hub / github.com/django/django / Http404

Class Http404

django/http/response.py:733–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731
732
733class Http404(Exception):
734 pass
735
736
737class JsonResponse(HttpResponse):

Callers 15

get_object_or_404Function · 0.90
aget_object_or_404Function · 0.90
get_list_or_404Function · 0.90
aget_list_or_404Function · 0.90
serveFunction · 0.90
_add_viewMethod · 0.90
user_change_passwordMethod · 0.90
sitemapFunction · 0.90
feedFunction · 0.90
kmlFunction · 0.90
__call__Method · 0.90
shortcutFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_error_pagesMethod · 0.72