On Mon, 7 Dec 2020 at 23:35, Larry Martell <larry.mart...@gmail.com> wrote: > > On Mon, Dec 7, 2020 at 5:29 PM Marco Sulla <marco.sulla.pyt...@gmail.com> > 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