Files
openide/python/testData/completion/keywordArgumentPatternStringPath/a.py
Andrey Vlasovskikh 3fc1c14fbe PY-33254 Provide soft file references for string literals where path is expected
GitOrigin-RevId: 58daa415d93784bda27b55b5e3339c4c8eda83b8
2019-10-16 18:24:09 +00:00

6 lines
68 B
Python

def f(*args, **kwargs):
pass
f(path_to_database='foo<caret>')