Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ callback
Function
callback
django/utils/decorators.py:156–157 ·
view source on GitHub ↗
(response)
Source
from the content-addressed store, hash-verified
154
if
hasattr(middleware,
"process_response"
):
155
156
def
callback(response):
157
return
middleware.process_response(request, response)
158
159
response.add_post_render_callback(callback)
160
else
:
Callers
6
onClick
Function · 0.85
get_exception_response
Function · 0.85
handle_uncaught_exception
Function · 0.85
captureOnCommitCallbacks
Method · 0.85
add_post_render_callback
Method · 0.85
test_user_passes_test_composition
Method · 0.85
Calls
1
process_response
Method · 0.45
Tested by
2
captureOnCommitCallbacks
Method · 0.68
test_user_passes_test_composition
Method · 0.68