Re: mean of arobase in python

2008-07-23 Thread Fredrik Lundh
Guilhem Faure wrote: What means @ in python ? usually called "at sign" in english. In this script for exemple (this script return an error in my konsole...) @f1(arg) @f2 def func(): pass I see several script where used this symbol but I can't understand. in your example, "f1(arg)" and "f

mean of arobase in python

2008-07-23 Thread Guilhem Faure
Hello, What means @ in python ? In this script for exemple (this script return an error in my konsole...) @f1(arg) @f2 def func(): pass I see several script where used this symbol but I can't understand. G -- http://mail.python.org/mailman/listinfo/python-list