MCPcopy
hub / github.com/celery/celery / update

Method update

celery/platforms.py:688–691  ·  view source on GitHub ↗

Set signal handlers from a mapping.

(self, _d_=None, **sigmap)

Source from the content-addressed store, hash-verified

686 pass
687
688 def update(self, _d_=None, **sigmap):
689 """Set signal handlers from a mapping."""
690 for name, handler in dict(_d_ or {}, **sigmap).items():
691 self[name] = handler
692
693
694signals = Signals()

Callers 2

resetMethod · 0.95
ignoreMethod · 0.95

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected