Files
openide/python/testData/formatter/starArgument.py
2010-07-26 22:06:26 +04:00

1 line
50 B
Python

def foo(* args, ** kwargs): bar(* args, ** kwargs)