Files
openide/python/testData/postfix/isNotNone/complexExpression_after.py
Liana Bakradze 1362a6c6a4 if is None and if is not None postfix templates added
(cherry picked from commit f46145d)
2016-02-11 23:36:59 +03:00

3 lines
63 B
Python

def f(a, b, c):
if (a + b) * c is not None:
<caret>