Files
openide/python/testData/codeInsight/smartEnter/methodParameterWithExistingParameters.py
Aleksei Kniazev 3c203f5382 IDEA-CR-51590: added self parameter for methods on smart enter (PY-35163)
self is inserted for methods that are not class-/staticmethod
cls is inserted for classmethod
empty parameter list for staticmethod

GitOrigin-RevId: 9743ae50c89c069b8123b8b6eb26fb841dd1f5b2
2019-09-04 15:08:25 +00:00

3 lines
48 B
Python

class MyClass:
def method(self, x, y<caret>