picop.cyrange# Fast range helpers. picop.cyrange.range_eq(a, b)# Return True if ranges represent the same sequence. Notes Identity short-circuit plus richcompare — same semantics as range.__eq__. Parameters: a (object) b (object) Return type: bool