Connecting Tech Pros Worldwide Forums | Help | Site Map

Re: A question about funcation parameter and self defined object

Terry Reedy
Guest
 
Posts: n/a
#1: Oct 9 '08
Wei Guo wrote:
Quote:
Hi Chris,
>
Thanks a lot for reply, you are right. I want to use this method as a
static method as:
>
translation = staticmethod( translation )
static methods are mostly useless in Python. Just put the definition of
translation outside of any class.


Closed Thread