module documentation

Undocumented

Class DeletedMessage Undocumented
Function is_deleted_msgid Return the explanation for removal if the message was removed.
Function is_deleted_symbol Return the explanation for removal if the message was removed.
Function is_moved_msgid Return the explanation for moving if the message was moved to extensions.
Function is_moved_symbol Return the explanation for moving if the message was moved to extensions.
Constant DELETED_MESSAGES_IDS Undocumented
Constant DELETED_MSGID_PREFIXES Undocumented
Constant MOVED_TO_EXTENSIONS Undocumented
@lru_cache(maxsize=None)
def is_deleted_msgid(msgid: str) -> str|None: (source)

Return the explanation for removal if the message was removed.

@lru_cache(maxsize=None)
def is_deleted_symbol(symbol: str) -> str|None: (source)

Return the explanation for removal if the message was removed.

@lru_cache(maxsize=None)
def is_moved_msgid(msgid: str) -> str|None: (source)

Return the explanation for moving if the message was moved to extensions.

@lru_cache(maxsize=None)
def is_moved_symbol(symbol: str) -> str|None: (source)

Return the explanation for moving if the message was moved to extensions.

DELETED_MESSAGES_IDS = (source)

Undocumented

Value
{'https://github.com/PyCQA/pylint/pull/4942': [DeletedMessage('W1601',
                                                              'apply-builtin'),
                                               DeletedMessage('E1601',
                                                              'print-statement')
,
                                               DeletedMessage('E1602',
                                                              'parameter-unpacki
...
DELETED_MSGID_PREFIXES: list[int] = (source)

Undocumented

Value
[]
MOVED_TO_EXTENSIONS = (source)

Undocumented

Value
{'https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-c
heckers': [DeletedMessage('R0201', 'no-self-use')]}