my_function('positional_arg', foo=True, bar=3) <<<<<<< LEFT my_function(foo=True) ||||||| BASE my_function() ======= my_function(foo=3) >>>>>>> RIGHT