Python:DescriptorProtocol
설명자 프로토콜(Descriptor Protocol)
디스크립터는 객체가 어트리뷰트 조회, 저장 및 삭제를 사용자 정의 할 수 있도록 합니다.
Categories
- Python:ProxyProperties - Proxy Properties 구현 예제.
설명자 프로토콜(Descriptor Protocol)
디스크립터는 객체가 어트리뷰트 조회, 저장 및 삭제를 사용자 정의 할 수 있도록 합니다.