IsNull Bases: Condition Implementation of is null value check. Source code in valor/schemas/symbolic/operators.py 232 233 234 235class IsNull(Condition): """Implementation of is null value check.""" pass