Zachary Ware <zachary.w...@gmail.com> added the comment:

This could simplify even further with the following:

def filter(self, record):
    return all(getattr(f, 'filter', f)(record) for f in self.filters)

----------
nosy: +zach.ware
versions: +Python 3.8 -Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37101>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to