# not_ ## API Definition ```python def not_(predicate: Predicate) -> Predicate ``` *Source: ql.py* ## Import Surface - submodule: `from simplecadapi.ql import not_` or `simplecadapi.ql.not_` ## Description Negate a QL predicate.