def foo(x, y): return {x: None}
def foo(x, y): return {x: y}
Used when a function or method argument is not used.