Files
openide/python/resources/inspectionDescriptions/PyComparisonWithNoneInspection.html
T

6 lines
199 B
HTML

<html>
<body>
This inspection highlights comparisons with None. That type of comparisons
should always be done with &apos;is&apos; or &apos;is not&apos;, never the equality operators.
</body>
</html>