MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / union

Method union

test/perf/compiled_extensions.py:613–615  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

611
612 @test_case
613 def union(self):
614 for _ in range(250):
615 self.imp_1.union(self.imp_2)
616
617 @test_case
618 def or_test(self):

Calls

no outgoing calls