Path 1: 10 calls (1.0)

'execfile-builtin' (1) 'W1656' (1) 'deprecated-types-field' (1) 'W1634' (1) 'dict-values-not-iterating' (1) 'W1622' (1) 'no-space-after-operator' (1) ...

'https://github.com/PyCQA/pylint/pull/4942' (8) 'https://github.com/PyCQA/pylint/pull/3577' (2)

1def __init__(self, msgid_or_symbol: str, removal_explanation: str):
2        super().__init__(
3            f"'{msgid_or_symbol}' was removed from pylint, see {removal_explanation}."
4        )