Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ union
Method
union
test/perf/compiled_extensions/collections_.py:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
@test_case
69
def
union(self):
70
self.d1.union(self.small)
71
self.d1.union(self.small.items())
72
73
@test_case
74
def
union_large(self):
Callers
nothing calls this directly
Calls
2
union
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected