MCPcopy
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")

Calls

no outgoing calls