mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
10 lines
151 B
Python
10 lines
151 B
Python
class C:
|
|
@staticmethod
|
|
def m(self, x):
|
|
"""
|
|
|
|
:param self:
|
|
:param x:
|
|
:return:
|
|
"""
|
|
pass |