def _filter(flist, skip): return list(filterfalse(skip.__contains__, flist)) # Demonstration and testing. #