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
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