Hi,
I am using pylint 1.1.0 for Python 2.6 code.

When I access the function name via:

myfunc.func_name

I get the following pylint error:

E1101: Function 'myfunc' has no 'func_name' member

Python supports the func_name member in addition to __name__ since Python 2.1, see http://docs.python.org/2.7/library/inspect.html

Is this pylint behavior a bug or currently unavoidable because related to dynamic code as described here?
http://www.logilab.org/blogentry/78354

Kind Regards,
Andy
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to