Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ clear
Method
clear
django/http/request.py:698–700 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
696
return
super().popitem()
697
698
def
clear(self):
699
self._assert_mutable()
700
super().clear()
701
702
def
setdefault(self, key, default=None):
703
self._assert_mutable()
Callers
15
test_immutability
Method · 0.95
test_single_key_value
Method · 0.95
test_basic_mutable_operations
Method · 0.95
test_multiple_keys
Method · 0.95
feed
Method · 0.45
common_roots
Function · 0.45
tick
Method · 0.45
close
Method · 0.45
test_clear
Method · 0.45
tearDown
Method · 0.45
test_clear
Method · 0.45
test_ignores_non_cache_files
Method · 0.45
Calls
1
_assert_mutable
Method · 0.95
Tested by
15
test_immutability
Method · 0.76
test_single_key_value
Method · 0.76
test_basic_mutable_operations
Method · 0.76
test_multiple_keys
Method · 0.76
test_clear
Method · 0.36
tearDown
Method · 0.36
test_clear
Method · 0.36
test_ignores_non_cache_files
Method · 0.36
test_clear_does_not_remove_cache_dir
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36