mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
9 lines
395 B
HTML
9 lines
395 B
HTML
<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> |