MCPcopy
hub / github.com/celery/celery / __dict__

Method __dict__

celery/local.py:113–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111
112 @property
113 def __dict__(self):
114 try:
115 return self._get_current_object().__dict__
116 except RuntimeError: # pragma: no cover
117 raise AttributeError('__dict__')
118
119 def __repr__(self):
120 try:

Callers

nothing calls this directly

Calls 1

_get_current_objectMethod · 0.95

Tested by

no test coverage detected