On Sat, Apr 13, 2019 at 9:02 AM Chris Angelico <rosuav@gmail.com> wrote:
Would be really nice to be able to spell this as a dict/set intersection.

func(**(d & {'a', 'b', 'c'}))

That would be _very_ consistent with the ongoing discussions about operators over dicts.
 
--
Juancarlo Añez