Intersects Bases: Condition Implementation of the spatial 'intersects' operator. Source code in valor/schemas/symbolic/operators.py 281 282 283 284class Intersects(Condition): """Implementation of the spatial 'intersects' operator.""" pass