Learn Before
Code

Pylint: Message Format Fields

When customizing pylint's message templates, the following fields are available:

path: relative path to the file abspath: absolute path to the file line: line number column: column number module: module name obj: object within the module (if any) msg: text of the message msg_id: the message code (eg. I0011) symbol: symbolic name of the message (eg. locally-disabled) C: one letter indication of the message category category: fullname of the message category

0

1

Updated 2021-06-15

Tags

Python Programming Language

Data Science