Python Tips

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

Dictionaries #

Unpacking #

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

#

Connections

Related tags and posts connected to this entry.