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

Method values

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

Source from the content-addressed store, hash-verified

214
215 @test_case
216 def values(self):
217 self.d1.values()
218 self.d2.values()
219
220 @test_case
221 def iter(self):

Calls

no outgoing calls