Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ clear
Method
clear
django/contrib/contenttypes/fields.py:777–778 ·
view source on GitHub ↗
(self, *, bulk=True)
Source
from the content-addressed store, hash-verified
775
aremove.alters_data = True
776
777
def
clear(self, *, bulk=True):
778
self._clear(self, bulk)
779
780
clear.alters_data = True
781
Callers
2
set
Method · 0.95
clear_cache
Method · 0.45
Calls
1
_clear
Method · 0.95
Tested by
no test coverage detected