computed property1 readonly-property 출처 : https://www.pythontutorial.net/python-oop/python-readonly-property/ Python Readonly Property in this tutorial, you'll learn how to define Python readonly property and how to use it for computed property and caching. www.pythontutorial.net Introduction to the Python readonly property readonly property을 정의하려면 getter만 있는 속성을 만들어야 합니다. 그러나 항상 private attribute(_age)에 액세스하여 변경할 수 있으므로 진정한 읽기 전용이.. 2023. 4. 4. 이전 1 다음