mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
For regular non-async functions, it already worked thanks to PyTokenSeparatorGenerator. GitOrigin-RevId: b60dba7b34710cad7dc46ad6f943b3944fc00c42
5 lines
76 B
Python
5 lines
76 B
Python
class C:
|
|
@staticmethod
|
|
async def <caret>m(p):
|
|
return f'{p}'
|