Files
openide/python/testData/paramInfo/KwdArg.py

5 lines
71 B
Python

def foo(a, b, c):
pass
foo(<arg1>1, <arg2>**{'b':2, <arg2a>'c':3})