mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
self is inserted for methods that are not class-/staticmethod cls is inserted for classmethod empty parameter list for staticmethod GitOrigin-RevId: 9743ae50c89c069b8123b8b6eb26fb841dd1f5b2
3 lines
48 B
Python
3 lines
48 B
Python
class MyClass:
|
|
|
|
def method(self, x, y<caret> |