MCPcopy
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

setMethod · 0.95
clear_cacheMethod · 0.45

Calls 1

_clearMethod · 0.95

Tested by

no test coverage detected