MCPcopy
hub / github.com/pathwaycom/pathway / update

Method update

python/pathway/internals/helpers.py:127–129  ·  view source on GitHub ↗
(self, *sets: Iterable[T])

Source from the content-addressed store, hash-verified

125 return super().__ior__(other) # type: ignore
126
127 def update(self, *sets: Iterable[T]) -> None:
128 for s in sets:
129 self |= s
130
131 def union(*sets: Iterable[T]) -> StableSet[T]:
132 res: StableSet[T] = StableSet()

Callers 15

unionMethod · 0.95
pytest_runtest_teardownFunction · 0.45
__rich_console__Method · 0.45
__init__Method · 0.45
update_monitoringMethod · 0.45
_desugar_this_kwargsFunction · 0.45
wrapperFunction · 0.45
with_columnsMethod · 0.45
_selectFunction · 0.45

Calls

no outgoing calls