mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
7 lines
338 B
HTML
7 lines
338 B
HTML
<html>
|
|
<body>
|
|
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.
|
|
</body>
|
|
</html> |