Files
openide/python/pluginResources/intentionDescriptions/PyNegateComparisonIntention/description.html
T
2019-10-09 13:06:32 +00:00

8 lines
262 B
HTML

<html>
<body>
<span>
This intention converts boolean comparison expression <b>not(a negop b)</b> into <b>a op b</b>.
Where <code>op</code> and <code>negop</code> are mutually inverse comparison operators, like <b>==</b> and <b>!=</b>.
</span>
</body>
</html>