mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
For regular non-async functions, it already worked thanks to PyTokenSeparatorGenerator. GitOrigin-RevId: b60dba7b34710cad7dc46ad6f943b3944fc00c42
4 lines
64 B
Python
4 lines
64 B
Python
class C:
|
|
async def <caret>m(self, p):
|
|
return f'{p}'
|