Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ AttributeDict
Class
AttributeDict
celery/utils/collections.py:121–122 ·
view source on GitHub ↗
Dict subclass with attribute access.
Source
from the content-addressed store, hash-verified
119
120
121
class
AttributeDict(dict, AttributeDictMixin):
122
""
"Dict subclass with attribute access."
""
123
124
125
class
DictAttribute:
Callers
9
test_getattr__setattr
Method · 0.90
create_state
Method · 0.90
test_conf_raises_KeyError
Method · 0.90
test_process_initializer
Method · 0.90
test_pdeath_sig
Method · 0.90
test_on_start_proc_alive_timeout_default
Method · 0.90
test_on_start_proc_alive_timeout_custom
Method · 0.90
__init__
Method · 0.90
_delta_to_next
Method · 0.85
Calls
no outgoing calls
Tested by
7
test_getattr__setattr
Method · 0.72
create_state
Method · 0.72
test_conf_raises_KeyError
Method · 0.72
test_process_initializer
Method · 0.72
test_pdeath_sig
Method · 0.72
test_on_start_proc_alive_timeout_default
Method · 0.72
test_on_start_proc_alive_timeout_custom
Method · 0.72