Hi, I have reported this issue on the new mailing list for pylint:
https://mail.python.org/pipermail/code-quality/2014-March/000242.html No need to follow up on it here ... Andy Am 06.03.2014 12:19, schrieb Andreas Maier:
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 [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
