Files
openide/python/testData/inspections/PyUnresolvedReferencesInspection3K/referencesInFStringLiterals.py

5 lines
68 B
Python

foo = 'spam'
def f(bar):
baz = 42
return f'{foo}{bar}{baz}'