MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go_many

Method go_many

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

Source from the content-addressed store, hash-verified

144 )
145
146 def go_many(self):
147 result = self.impl(*init_args())
148 while result.fetchmany(10):
149 pass
150
151 setattr(cls, name + "_many", test_case(go_many, number=number))
152

Callers

nothing calls this directly

Calls 1

fetchmanyMethod · 0.45

Tested by

no test coverage detected