Files
openide/python/testData/codeInsight/mlcompletion/locationSameFileAndMethodAndClass.py
andrey.matveev bf9aa197ad PY-41056 Impl new ml completion features
GitOrigin-RevId: 2c7d1296854ced8f291aa7ee399ebd1881e2b005
2020-04-15 10:02:07 +00:00

4 lines
65 B
Python

class Clazzz:
def foo(self):
some_variable = 42
<caret>