IsNotNull Bases: Condition Implementation of is not null value check. Source code in valor/schemas/symbolic/operators.py 238 239 240 241class IsNotNull(Condition): """Implementation of is not null value check.""" pass