Files
openide/python/testData/keywordCompletion/noNotAndLambdaAfterTargetQualifier.py
andrey.matveev e62d70bc56 Fix PY-7018
GitOrigin-RevId: 56344326c46ce29b03fd3733cff0c989b357e594
2019-09-30 10:32:59 +00:00

4 lines
145 B
Python

class A:
def __init__(self):
self.dct1 = []
self.dct1.<caret> = None #here "lambda" and "not" must not be in completion list