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

Class CommonBehavior

python/pathway/stdlib/temporal/temporal_behavior.py:21–26  ·  view source on GitHub ↗

Defines temporal behavior of windows and temporal joins.

Source from the content-addressed store, hash-verified

19
20@dataclass
21class CommonBehavior(Behavior):
22 """Defines temporal behavior of windows and temporal joins."""
23
24 delay: IntervalType | None
25 cutoff: IntervalType | None
26 keep_results: bool
27
28
29def common_behavior(

Callers 1

common_behaviorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected