MCPcopy
hub / github.com/celery/celery / __autoset

Method __autoset

celery/app/base.py:443–446  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

441 """Optional callback called at init."""
442
443 def __autoset(self, key, value):
444 if value is not None:
445 self._preconf[key] = value
446 self._preconf_set_by_auto.add(key)
447
448 def set_current(self):
449 """Make this the current app for this thread."""

Callers 1

__init__Method · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected