MCPcopy
hub / github.com/django/django / empty_response

Function empty_response

tests/cache/tests.py:85–86  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

83
84
85def empty_response(request):
86 return HttpResponse()
87
88
89KEY_ERRORS_WITH_MEMCACHED_MSG = (

Callers

nothing calls this directly

Calls 1

HttpResponseClass · 0.90

Tested by

no test coverage detected