mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +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
2 lines
51 B
Python
2 lines
51 B
Python
with open("file.txt") as f:
|
|
print("a<caret>bc") |