どうでもいいこと this self sender
muili.
python使ってると、ふと…。
class hoge():
def __init__(this,a,b):
this.a=a
this.b=b
...
thisでなくて「一般にselfと書かれる」らしい。
Boland社のbccやdelphiだとたしか「sender」。
JavaScriptだと「this」。
なんとなくだけど、pythonの「self」というのは解りやすい気もする。
それだけ。
class hoge():
def __init__(this,a,b):
this.a=a
this.b=b
...
thisでなくて「一般にselfと書かれる」らしい。
Boland社のbccやdelphiだとたしか「sender」。
JavaScriptだと「this」。
なんとなくだけど、pythonの「self」というのは解りやすい気もする。
それだけ。