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