mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +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
5 lines
69 B
Python
5 lines
69 B
Python
class MyClass:
|
|
|
|
@classmethod
|
|
def method(cls):
|
|
<caret> |