Function
interval
(
lower_bound: int,
upper_bound: int,
)
Source from the content-addressed store, hash-verified
| 39 | |
| 40 | @overload |
| 41 | def interval( |
| 42 | lower_bound: int, |
| 43 | upper_bound: int, |
| 44 | ) -> Interval[int]: ... |
| 45 | |
| 46 | |
| 47 | @overload |
Tested by
no test coverage detected