어떻게 질문하나요? (이것은 질문의 예제입니다.) #52
Answered
by
zerosheepmoo
zerosheepmoo
asked this question in
Q&A
-
번역 된 문서의 매직 어트리뷰트가 무엇인가요? |
Beta Was this translation helpful? Give feedback.
Answered by
zerosheepmoo
May 21, 2021
Replies: 1 comment
-
원문에서도 magic attribute 라 설명되어있는 개념입니다. 또, python 공식 문서를 통해 다른 special attribute가 뭐가 있는지 알아보세요 ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zerosheepmoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
원문에서도 magic attribute 라 설명되어있는 개념입니다.
던더 어트리뷰트가 주로 refer 하는 대상이며,
예시로 나온
__init__
,__self__
등을 포함합니다.한글로 된 자료를 더 찾아보고 싶으시다면 magic method 를 구글링해보세요!
python에선 method 도 attribute 의 일종입니다.
또, python 공식 문서를 통해 다른 special attribute가 뭐가 있는지 알아보세요 ;)