getattr Python은 getattr 함수를 통해 객체의 속성 값을 가져옵니다. 영문 문서: getattr(object, name[, default]) Return the value of the named attribute of object. name must be a string. If the string is the name of one of the object's attributes, the result is the value of that attribute. Fo... Pythongetattr함수
Python은 getattr 함수를 통해 객체의 속성 값을 가져옵니다. 영문 문서: getattr(object, name[, default]) Return the value of the named attribute of object. name must be a string. If the string is the name of one of the object's attributes, the result is the value of that attribute. Fo... Pythongetattr함수