Python Tips

** func(** locals().update(d)

Copy this post

Dictionaries #

Unpacking #

  • **kwargs
  • func(**input)
  • locals().update(d)

#