Back to Intellij Community

Description

python/python-psi-impl/resources/intentionDescriptions/PyNegateComparisonIntention/description.html

2025.3-rc-2173 B
Original Source

This intention converts a boolean comparison expression not(a negop b) into a op b. Where op and negop are mutually inverse comparison operators, like == and !=.