Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go_scalar_many
Method
go_scalar_many
test/perf/compiled_extensions/result.py:196–200 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
194
)
195
196
def
go_scalar_many(self):
197
result = self.impl(*init_args())
198
rs = result.scalars()
199
while
rs.fetchmany(10):
200
pass
201
202
setattr(
203
cls,
Callers
nothing calls this directly
Calls
2
scalars
Method · 0.45
fetchmany
Method · 0.45
Tested by
no test coverage detected