Files
openide/python/python-psi-impl/resources/intentionDescriptions/PyInvertIfConditionIntention/before.py.template
Vasya Aksyonov 226cf2c350 PY-15046: Invert 'if' statement implementation
GitOrigin-RevId: 86ddfbe04b635d9db288b273540d06d83963cebe
2020-10-19 15:47:25 +00:00

4 lines
42 B
Plaintext

if a == b:
return a
else:
return b