MCPcopy 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

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected