MCPcopy
hub / github.com/celery/celery / configcheck_project_settings

Function configcheck_project_settings

docs/conf.py:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89
90def configcheck_project_settings():
91 from celery.app.defaults import NAMESPACES, flatten
92 settings.update(dict(flatten(NAMESPACES)))
93 return set(settings)
94
95
96def is_deprecated_setting(setting):

Callers

nothing calls this directly

Calls 2

flattenFunction · 0.90
updateMethod · 0.45

Tested by

no test coverage detected