MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go_one

Method go_one

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

Source from the content-addressed store, hash-verified

160 )
161
162 def go_one(self):
163 result = self.impl(*init_args())
164 while result.fetchone() is not None:
165 pass
166
167 setattr(cls, name + "_one", test_case(go_one, number=number))
168

Callers

nothing calls this directly

Calls 1

fetchoneMethod · 0.45

Tested by

no test coverage detected