__del__1 __del__ Method 출처 : https://www.pythontutorial.net/python-oop/python-__del__/ Python __del__ In this tutorial, you will learn about the Python __del__ special method and understand how it works. www.pythontutorial.net Introduction to the Python __del__ method Python에서 garbage collector(가비지 수집기)는 메모리를 자동으로 관리합니다. 가비지 수집기는 참조되지 않은 개체를 삭제합니다. 객체가 __del__ 메서드를 구현하는 경우 Python은 가비지 수집기가 객체를 파괴하기 직전에 __del__ 메서드를 호출합.. 2023. 4. 4. 이전 1 다음