C0102
Message
Black listed name "%s"
Description
Used when the name is listed in the "bad-names" black list.
This message belongs to the basic checker.
Explanation
PyLint can be customized to help enforce coding guidelines that discourage or forbid use of certain names for variables, functions, etc.. These names are specified with the bad-names option. This message is raised whenever a name is in the list of names defined with the bad-names option.