> @functools.wraps

Correctly:

@functools.wraps(f)

Pass the function to be wrapped by the decorator to the wraps function.

Regards, Viktor
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to