reduce number of lines slightly by using yield from filter(match, ...)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Jun 2023 22:50:03 +0000 (23:50 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 10 Jun 2023 22:50:03 +0000 (23:50 +0100)
commit67a3df94a66a35aff711b9db824487d4bc318586
tree4ca4ca6ace02bc19ef04004e9cf5825deaff1856
parentadbe1ffb671b29c6854f951fa65d939895600fe6
reduce number of lines slightly by using yield from filter(match, ...)
src/openpower/insndb/core.py