MCPcopy
hub / github.com/django/django / sync_send

Method sync_send

django/dispatch/dispatcher.py:300–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298
299 @sync_to_async
300 def sync_send():
301 responses = []
302 for receiver in sync_receivers:
303 response = receiver(signal=self, sender=sender, **named)
304 responses.append((receiver, response))
305 return responses
306
307 else:
308

Callers

nothing calls this directly

Calls 3

_log_robust_failureMethod · 0.95
receiverFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected