mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 14:37:46 +07:00
Introduce PyBreadcrumbsInfoProvider which supports: classes and functions (incl. async) definitions, lambdas, try-except-else-finally, if-elif-else, for-else (incl. async), while-else, with and key-value statements
3 lines
70 B
Python
3 lines
70 B
Python
async def foo():
|
|
async for i in range(10):
|
|
print(<caret>i) |