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

3 lines
43 B
Python

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