blob: 1902a8f1a5c7556bb46f6b6617d656039abbcda0 [file] [log] [blame]
<html>
<body><span style="font-family: verdana,serif;">
This inspection detects unconditional redeclarations of names without being used in between, like this:<br/>
<pre>def x(): pass
x = 2
</pre>
It applies to function and class declarations, and top-level assignments.<br/>
</span></body>
</html>