Wei Guo wrote:
static methods are mostly useless in Python. Just put the definition of
translation outside of any class.
Hi Chris,
>
Thanks a lot for reply, you are right. I want to use this method as a
static method as:
>
translation = staticmethod( translation )
>
Thanks a lot for reply, you are right. I want to use this method as a
static method as:
>
translation = staticmethod( translation )
translation outside of any class.