.. _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.*


**Correct code:**

.. literalinclude:: /data/messages/m/method-check-failed/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


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