blob: 3dced26af04e586985d1a704062c58de41b18bde [file] [log] [blame]
<html>
<body>
<span style="font-family: verdana,serif;">
This inspection detects when a mutable value as list or dictionary is detected in a default value for an argument.<br/>
Default argument values are evaluated only once at function definition time, which means that modifying the
default value of the argument will affect all subsequent calls of the function.
</span>
</body>
</html>