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

6 lines
103 B
Python

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