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

Method union

python/pathway/internals/helpers.py:131–134  ·  view source on GitHub ↗
(*sets: Iterable[T])

Source from the content-addressed store, hash-verified

129 self |= s
130
131 def union(*sets: Iterable[T]) -> StableSet[T]:
132 res: StableSet[T] = StableSet()
133 res.update(*sets)
134 return res

Callers 15

__init__Method · 0.80
_dependenciesMethod · 0.80
dependency_tableMethod · 0.80
input_tablesMethod · 0.80
z3Function · 0.80
ZEeFunction · 0.80
lFunction · 0.80
rCFunction · 0.80
index-BCRWi5Lr.jsFile · 0.80

Calls 2

updateMethod · 0.95
StableSetClass · 0.85

Tested by

no test coverage detected