def __init__(self, one): if not isinstance(one, Criteria): raise TypeError("%s is not supported" % type(one)) super(Not, self).__init__(stack=False) self._one = one