MCPcopy Index your code
hub / github.com/pathwaycom/pathway / interval

Function interval

python/pathway/stdlib/temporal/_interval_join.py:41–44  ·  view source on GitHub ↗
(
    lower_bound: int,
    upper_bound: int,
)

Source from the content-addressed store, hash-verified

39
40@overload
41def interval(
42 lower_bound: int,
43 upper_bound: int,
44) -> Interval[int]: ...
45
46
47@overload

Callers 1

_applyMethod · 0.90

Calls 1

IntervalClass · 0.85

Tested by

no test coverage detected