MCPcopy
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
541class SyncHandler:
542 param = 0
543
544 def __call__(self, **kwargs):
545 self.param += 1
546 return self.param
547
548
549class AsyncHandler:

Callers 4

test_asendMethod · 0.85
test_sendMethod · 0.85
test_send_robustMethod · 0.85
test_asend_robustMethod · 0.85

Calls

no outgoing calls

Tested by 4

test_asendMethod · 0.68
test_sendMethod · 0.68
test_send_robustMethod · 0.68
test_asend_robustMethod · 0.68