blob: 49f25df8ea21cdaedcfec0397bed3ff0ee9b4ee1 [file] [log] [blame]
def foo(**kwargs):
x = kwargs['x_param']
run(x_param)
def bar():
foo(x_param=)