Files
openide/python/testData/codeInsight/mlcompletion/sameColumnKeywords4.py
T
andrey.matveevandintellij-monorepo-bot 92e41799f2 PY-37720 Impl python ml completion features
GitOrigin-RevId: 3b8029ab460672b286d7b1cf96fd35bf9c57bf59
2019-10-11 08:01:46 +00:00

12 lines
142 B
Python

class Clz:
def aaa(self):
for i in range(0, 10):
pass
def bbb(self):
for i in range(0, 10):
pass
<caret>