Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ with_updated_origin
Method
with_updated_origin
python/pathway/internals/column.py:1163–1164 ·
view source on GitHub ↗
(self, origin: TimeEventType)
Source
from the content-addressed store, hash-verified
1161
)
1162
1163
def
with_updated_origin(self, origin: TimeEventType) -> SlidingWindow:
1164
return
dataclasses.replace(self, origin=origin)
1165
1166
1167
@dataclass(eq=False, frozen=True)
Callers
1
_assign_sliding_windows_internal
Function · 0.80
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected