mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
6 lines
199 B
HTML
6 lines
199 B
HTML
<html>
|
|
<body>
|
|
This inspection highlights comparisons with None. That type of comparisons
|
|
should always be done with 'is' or 'is not', never the equality operators.
|
|
</body>
|
|
</html> |