Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __maybe_evaluate__
Method
__maybe_evaluate__
celery/local.py:316–317 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
314
return
True
315
316
def
__maybe_evaluate__(self):
317
return
self._get_current_object()
318
319
def
__evaluate__(self,
320
_clean=(
'_Proxy__local'
,
Callers
1
maybe_evaluate
Function · 0.80
Calls
1
_get_current_object
Method · 0.95
Tested by
no test coverage detected