Back to Intellij Community

Description

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

2025.3-rc-2214 B
Original Source

Applies De Morgan's law by replacing either

**a or b** with**not(not a and not b)**or **a and b** with**not(not a or not b)**

inside a boolean expression.