MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go_one_uq

Method go_one_uq

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

Source from the content-addressed store, hash-verified

167 setattr(cls, name + "_one", test_case(go_one, number=number))
168
169 def go_one_uq(self):
170 result = self.impl(*init_args()).unique()
171 while result.fetchone() is not None:
172 pass
173
174 setattr(cls, name + "_one_uq", test_case(go_one_uq, number=number))
175

Callers

nothing calls this directly

Calls 2

uniqueMethod · 0.45
fetchoneMethod · 0.45

Tested by

no test coverage detected