Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ SyncHandler
Class
SyncHandler
tests/signals/tests.py:541–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
540
541
class
SyncHandler:
542
param = 0
543
544
def
__call__(self, **kwargs):
545
self.param += 1
546
return
self.param
547
548
549
class
AsyncHandler:
Callers
4
test_asend
Method · 0.85
test_send
Method · 0.85
test_send_robust
Method · 0.85
test_asend_robust
Method · 0.85
Calls
no outgoing calls
Tested by
4
test_asend
Method · 0.68
test_send
Method · 0.68
test_send_robust
Method · 0.68
test_asend_robust
Method · 0.68