.. _method-check-failed:

method-check-failed / F0202
===========================

**Message emitted:**

Unable to check methods signature (%s / %s)

**Description:**

*Used when Pylint has been unable to check methods signature compatibility for an unexpected reason. Please report this kind if you don't make sense of it.*



**Additional details:**

This is a message linked to an internal problem in pylint. There's nothing to change in your code.


Created by the `classes <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/classes/class_checker.py>`__ checker.