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

Class Interval

python/pathway/stdlib/temporal/_interval_join.py:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@dataclass
35class Interval(Generic[T]):
36 lower_bound: T
37 upper_bound: T
38
39
40@overload

Callers 1

intervalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected