Skip to content

Rule: Python keyword argument renamed

Canonical rule slug: python-kwarg-renamed. ← back to all rules

An extension module renames a keyword parameter, so Python callers passing it by name fail at runtime.

Canonical demonstration