728x90 반응형 special method1 [Python] special methods and operator overloading Special Methods사용자가 직접 호출하는 경우가 거의 없고, 간접적으로 호출이 됨.즉, 개발자(사용자)가 over-riding을 통해 구현은 하지만 직접 호출하는 경우가 거의 없고,개발자가 다른 built-in function이나 operator를 호출할 때, 내부적으로 Python interpreter에 의해 호출되는 methods를 가르킴.특징으로 double underscore __ 로 이름이 시작되고 끝난다 ( double underscores를 dunder라고도 부름.)double underscore로 싸여있는 이름은 Python이 다른 syntax와 연결되어 사용되도록 미리 정해놓은 method나 variable들(=Python internal variables or methods)임.. 2023. 7. 13. 이전 1 다음 728x90 반응형