Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ signals.py
File
signals.py
django/core/signals.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
django.dispatch
import
Signal
2
3
request_started = Signal()
4
request_finished = Signal()
Callers
nothing calls this directly
Calls
1
Signal
Class · 0.90
Tested by
no test coverage detected