#__del__

[ follow ]
Python
fromThepythoncodingstack
4 days ago

When You No Longer Need That Object * Dealing With Garbage in Python

CPython automatically reclaims unused objects via garbage collection and calls __del__() as a finaliser just before object destruction.
[ Load more ]