Hello, What is the difference when naming a function as : def myfunction(self) def __myfunction__(self) and def __myfunction(self) Thanks