Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
def
configcheck_project_settings():
91
from
celery.app.defaults
import
NAMESPACES, flatten
92
settings.update(dict(flatten(NAMESPACES)))
93
return
set(settings)
94
95
96
def
is_deprecated_setting(setting):
Callers
nothing calls this directly
Calls
2
flatten
Function · 0.90
update
Method · 0.45
Tested by
no test coverage detected