| <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> |