Skip to content
Discussion options

You must be logged in to vote

원문에서도 magic attribute 라 설명되어있는 개념입니다.
던더 어트리뷰트가 주로 refer 하는 대상이며,
예시로 나온 __init__, __self__ 등을 포함합니다.
한글로 된 자료를 더 찾아보고 싶으시다면 magic method 를 구글링해보세요!
python에선 method 도 attribute 의 일종입니다.

또, python 공식 문서를 통해 다른 special attribute가 뭐가 있는지 알아보세요 ;)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zerosheepmoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
질문 Further information is requested
1 participant