Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ setUp
Method
setUp
tests/cache/tests.py:1913–1917 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1911
)
1912
class
RedisCacheTests(BaseCacheTests, TestCase):
1913
def
setUp(self):
1914
import
redis
1915
1916
super().setUp()
1917
self.lib = redis
1918
1919
@property
1920
def
incr_decr_type_error(self):
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected