Files
openide/python/testData/breadcrumbs/asyncSeveralWith_crumbs.txt
Semyon Proshev 1def5122ec PY-23295 Fixed: Breadcrumbs are too short by default
Update PyBreadcrumbsInfoProvider:
* update ancestor
* remove AbstractHelper
* remove Helper.accepts
* increase element info max length
2017-08-03 15:23:57 +03:00

8 lines
137 B
Plaintext

Crumb:
async foo()
Tooltip:
async foo()
Crumb:
async with open("file.txt"), op…
Tooltip:
async with open("file.txt"), open("file2.txt")