Dynamic Attribute1 [Python] 동적 속성과 프로퍼티 References Fluent Python Contents Dynamic Attributes (__getattr__) __new__ read-only properties (@property, @cache, @cached_property) read/write properties Property Factory Handling Attribute Deletion Attributes and Functions for Handling Attributes 파이썬에서는 데이터 속성과 메소드를 통틀어 속성(attributes)라고 합니다. 메소드는 단지 호출할 수 있는(callable) 속성일 뿐입니다. 데이터 속성과 메소드 외에도 프로퍼티를 정의할 수 있습니다. 프로퍼티를 사용하면 클래스 인터페이스를 변경하지 않고도 .. 2022. 3. 30. 이전 1 다음