MCPcopy
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
121class AttributeDict(dict, AttributeDictMixin):
122 """Dict subclass with attribute access."""
123
124
125class DictAttribute:

Callers 9

test_getattr__setattrMethod · 0.90
create_stateMethod · 0.90
test_pdeath_sigMethod · 0.90
__init__Method · 0.90
_delta_to_nextMethod · 0.85

Calls

no outgoing calls