7 lines
86 B
Python
7 lines
86 B
Python
def kwtest(*args, **kwargs):
|
|
return kwargs
|
|
|
|
|
|
def function_with_a_dash():
|
|
pass
|