Files
openide/python/testData/completion/dictKeys.py
Petr feb3bdc4c2 PY-52502 Duplicate completion variants when local variable is used as map key
GitOrigin-RevId: 463225922b2f0201b5d1ed2749f4175a77fd543f
2024-05-14 01:09:52 +00:00

2 lines
39 B
Python

tasks = {'xyz': "123"}
tasks[xy<caret>]