.. _no-value-for-parameter:

no-value-for-parameter / E1120
==============================

**Message emitted:**

No value for argument %s in %s call

**Description:**

*Used when a function call passes too few arguments.*

**Problematic code:**

.. literalinclude:: /data/messages/n/no-value-for-parameter/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/n/no-value-for-parameter/good.py
   :language: python



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