mmtfPyspark.filters.notFilter module

notFilter.py

This filter wraps another filter and negates its result

class NotFilter(filter_function)[source]

Bases: object

Constructor takes another filter as input

Attributes

filter1 (filter) first filter to be negated
filter2 (filter) second filter to be negated

Methods

__call__(t) Call self as a function.