mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +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
5 lines
61 B
Python
5 lines
61 B
Python
i = 10
|
|
while i < 30:
|
|
print i
|
|
else:
|
|
print "a<caret>bc" |