MCPcopy
hub / github.com/django/django / __del__

Method __del__

django/db/models/base.py:497–498  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

495 return state
496
497 def __del__(self):
498 self.fields_cache.clear()
499
500
501class Model(AltersData, metaclass=ModelBase):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected