On Mon, 7 Dec 2020 at 23:35, Larry Martell <[email protected]> wrote: > > On Mon, Dec 7, 2020 at 5:29 PM Marco Sulla <[email protected]> > wrote: > > > > You can return dictionaries that returns True if > > > > (a.items() & kwargs.items()) == kwargs.items() > > > > when `a` is one of your dicts. > > But what is passed in kwargs will not necessarily have values for all > of the keys
That's why I used the operator `&`. Anyway you already made your choice :-) -- https://mail.python.org/mailman/listinfo/python-list
