Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ clear
Method
clear
django/db/models/fields/related_descriptors.py:964–966 ·
view source on GitHub ↗
(self, *, bulk=True)
Source
from the content-addressed store, hash-verified
962
aremove.alters_data = True
963
964
def
clear(self, *, bulk=True):
965
self._check_fk_val()
966
self._clear(self, bulk)
967
968
clear.alters_data = True
969
Callers
6
set
Method · 0.95
connect
Method · 0.45
disconnect
Method · 0.45
reset_queries
Function · 0.45
__del__
Method · 0.45
aiterator
Method · 0.45
Calls
2
_check_fk_val
Method · 0.95
_clear
Method · 0.95
Tested by
no test coverage detected