MCPcopy
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

1from django.dispatch import Signal
2
3request_started = Signal()
4request_finished = Signal()

Callers

nothing calls this directly

Calls 1

SignalClass · 0.90

Tested by

no test coverage detected