MCPcopy
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

unionMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected