.. _too-many-arguments:

too-many-arguments / R0913
==========================

**Message emitted:**

Too many arguments (%s/%s)

**Description:**

*Used when a function or method takes too many arguments.*

**Problematic code:**

.. literalinclude:: /data/messages/t/too-many-arguments/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/t/too-many-arguments/good.py
   :language: python



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