Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ aset
Method
aset
tests/cache/failing_cache.py:9–10 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
7
raise
Exception(
"Faked exception saving to cache"
)
8
9
async
def
aset(self, *args, **kwargs):
10
raise
Exception(
"Faked exception saving to cache"
)
Callers
15
test_get_or_set_async_uses_specialized_implementation
Method · 0.45
test_has_key_async_uses_specialized_implementation
Method · 0.45
test_incr_async_uses_specialized_implementation
Method · 0.45
test_incr_version_async_uses_specialized_implementation
Method · 0.45
test_simple
Method · 0.45
test_ahas_key
Method · 0.45
test_aincr
Method · 0.45
test_adecr
Method · 0.45
test_data_types
Method · 0.45
test_expiration
Method · 0.45
test_unicode
Method · 0.45
test_aincr_version
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_get_or_set_async_uses_specialized_implementation
Method · 0.36
test_has_key_async_uses_specialized_implementation
Method · 0.36
test_incr_async_uses_specialized_implementation
Method · 0.36
test_incr_version_async_uses_specialized_implementation
Method · 0.36
test_simple
Method · 0.36
test_ahas_key
Method · 0.36
test_aincr
Method · 0.36
test_adecr
Method · 0.36
test_data_types
Method · 0.36
test_expiration
Method · 0.36
test_unicode
Method · 0.36
test_aincr_version
Method · 0.36