programming-languageクラスクラスメソッド.2.呼び出しOn this pageクラスメソッド.2.呼び出し Python pyClass01.method01(..); 中から呼ぶときは pyself.method01(..);cls.method01(..); static メソッドの場合は、外からでも中からでも同じ pyClass01.method01(..); Swift swiftClass01.func01() swiftStruct01.func01() Type method と呼ばれてる Ruby rbClass01::method01(...) 📩 ご意見・ご感想はこちらから