mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
Update PyBreadcrumbsInfoProvider: * update ancestor * remove AbstractHelper * remove Helper.accepts * increase element info max length
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
Crumb:
|
|
async foo()
|
|
Tooltip:
|
|
async foo()
|
|
Crumb:
|
|
async with open("file.txt") as …
|
|
Tooltip:
|
|
async with open("file.txt") as f, open("file2.txt") as f2 |