Files
openide/python/testData/breadcrumbs/severalWith.py
Semyon Proshev cde66f2f64 PY-20003 Fixed: Breadcrumbs for Python files
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
2016-12-20 18:21:50 +03:00

2 lines
65 B
Python

with open("file.txt"), open("file2.txt"):
print("a<caret>bc")