Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
resources
/
inspectionDescriptions
/
PyComparisonWithNoneInspection.html
blob: 37a8c54b16273a23e43262c359861eb78ab21014 [
file
] [
log
] [
blame
]
<html>
<body>
<span
style
=
"
font-family
:
verdana
,
serif
;
"
>
This inspection highlights comparisons with None. That type of comparisons
should always be done with 'is' or 'is not', never the equality operators.
</span>
</body>
</html>