Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ test_set_many_empty_data
Method
test_set_many_empty_data
tests/cache/tests.py:605–606 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
603
self.assertIsNone(cache.get(
"key2"
))
604
605
def
test_set_many_empty_data(self):
606
self.assertEqual(cache.set_many({}), [])
607
608
def
test_delete_many(self):
609
# Multiple keys can be deleted using delete_many
Callers
nothing calls this directly
Calls
1
set_many
Method · 0.45
Tested by
no test coverage detected