This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -293,7 +293,7 @@ class Range(Generic[_T]):
else:
return 0
def __eq__(self, other: Any) -> bool: # type: ignore[override] # noqa: E501
def __eq__(self, other: Any) -> bool:
"""Compare this range to the `other` taking into account
bounds inclusivity, returning ``True`` if they are equal.
"""