W0141
Message
Used builtin function %r
Description
Used when a blacklisted built-in function is used (see the bad-function option). Usual blacklisted functions are the ones like map or filter, where Python now offers some cleaner alternative like list comprehension.
Explanation
Add a New Comment
page revision: 0, last edited: 28 Sep 2009 03:43





