Files
openide/python/testData/psi/KeywordAsNamedParameter.py

2 lines
38 B
Python

def f(from=1, another_one=2):
pass