We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Looks like interval ends are always excluded. May i control this behaviour? See no such parameters in Interval docstring
it.Interval(1, 2).overlaps(2,3), it.Interval(1, 2).overlaps(1,1), it.Interval(1, 2).overlaps(2,2) # (False, False, False)