Files
openide/python/testData/postfix/isNotNone/function_after.py
2016-02-11 23:36:59 +03:00

3 lines
47 B
Python

def f(a):
if a is not None:
<caret>