Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ fun
Function
fun
t/unit/utils/test_utils.py:18–19 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
16
def
test_cached_property():
17
18
def
fun(obj):
19
return
fun.value
20
21
x = cached_property(fun)
22
assert x.__get__(None) is x
Callers
15
test_list
Method · 0.85
test_classmethod
Method · 0.85
test_backends
Method · 0.85
test_reduce
Method · 0.85
_inner
Method · 0.85
test_reduce
Method · 0.85
test_pickle
Method · 0.85
test_reduce_direct
Method · 0.85
test_reduce_direct
Method · 0.85
test_reduce
Method · 0.85
test_reduce_direct
Method · 0.85
test_reduce_restore
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected