MCPcopy
hub / github.com/django/django / signals.py

File signals.py

django/db/models/signals.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from functools import partial
2
3from django.db.models.utils import make_model_tuple
4from django.dispatch import Signal

Callers

nothing calls this directly

Calls 2

SignalClass · 0.90
ModelSignalClass · 0.85

Tested by

no test coverage detected