728x90 반응형 special attribute1 [Python] __name__ : Special string variable Python에서 module에 할당되는 special attributes 중 하나로서,해당 module의 이름에 해당하는 문자열로 설정되어 있다.__name__은Python이 알아서 생성해주는special string attribute임.하지만, module이 command line이나 IDE를 통해 직접적으로 main script로 실행되는 경우에는해당 module의 __name__에는 "__main__" 이라는 문자열이 할당된다.double underscore __ 로 이름이 시작되고 끝나는 관계로 double underscores를 dunder라고도 부름.Python VM이 설정하는 변수 또는 특별히 사용하는 메서드를 가리킴. 변수가 아닌 special method 도 dunder라고 불림:2023.. 2023. 10. 10. 이전 1 다음 728x90 반응형