legate.core.ProcessorRange.__and__#
- ProcessorRange.__and__(
- self,
- ProcessorRange other: ProcessorRange,
Computes an intersection with a given processor range
- Parameters:
other (ProcessorRange) – A processor range to intersect with
- Returns:
Intersection result
- Return type:
ProcessorRange