Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_dependencies
Method · 0.80
_dependencies_above_reducer
Method · 0.80
_dependencies_below_reducer
Method · 0.80
_dependencies_below_reducer
Method · 0.80
dependency_table
Method · 0.80
input_tables
Method · 0.80
z3
Function · 0.80
ZEe
Function · 0.80
l
Function · 0.80
rC
Function · 0.80
index-BCRWi5Lr.js
File · 0.80
Calls
2
update
Method · 0.95
StableSet
Class · 0.85
Tested by
no test coverage detected