Files
openide/python/testData/codeInsight/smartEnter/argumentsFirst.py
T

4 lines
41 B
Python

def foo(*a):
pass
foo<caret>(1, 2, 3