MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go_many_uq

Method go_many_uq

test/perf/compiled_extensions/result.py:153–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151 setattr(cls, name + "_many", test_case(go_many, number=number))
152
153 def go_many_uq(self):
154 result = self.impl(*init_args()).unique()
155 while result.fetchmany(10):
156 pass
157
158 setattr(
159 cls, name + "_many_uq", test_case(go_many_uq, number=number)

Callers

nothing calls this directly

Calls 2

uniqueMethod · 0.45
fetchmanyMethod · 0.45

Tested by

no test coverage detected