mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 19:21:16 +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
67 B
Python
5 lines
67 B
Python
class MyClass:
|
|
|
|
@staticmethod
|
|
def method():
|
|
<caret> |