KevinFire2030 / Fire2025

0 stars 0 forks source link

정적 메서드 #9

Open KevinFire2030 opened 1 year ago

KevinFire2030 commented 1 year ago

https://www.daleseo.com/python-class-methods-vs-static-methods/

인스턴스(instance) 메서드

클래스(class) 메서드

정적(static) 메서드

def _opw00001(self, rqname, trcode):
    d2_deposit = self._comm_get_data(trcode, "", rqname, 0, "d+2추정예수금")
    self.d2_deposit = Kiwoom.change_format(d2_deposit)