python3-flake8-mutable

use flake8 to catch functions with mutable default arguments

Description

Python's default arguments are evaluated at definition as opposed to when the function is invoked. This leads to unexpected behavior, as mutations persist between calls. This flake8 extension will warn for this type of mistake.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/ebeweber/flake8-mutable


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-flake8-mutable