property2 [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. [CMake] Properties References Professional CMake : A Practical Guide Contents Properties General Property Commands : set_property(), get_property(), define_property() Global Properties : get_cmake_property() Directory Properties : set_directory_properties(), get_directory_property() Target Properties : set_target_properties(), get_target_property() Properties(속성)는 소스 파일이 object 파일로 컴파일되는 방법부터 빌드된 바이너리의 install 위치까.. 2021. 11. 2. 이전 1 다음